This commit is contained in:
Administrator
2022-08-16 10:06:15 +03:00
parent 1f505ce1c7
commit 2b21b169be
4 changed files with 77 additions and 105 deletions

View File

@@ -143,6 +143,7 @@ for root in DATA_ROOT, EXTRA_FILES_ROOT:
RABBIT_HOST = os.getenv("RABBIT_HOST", "127.0.0.1")
RABBIT_PORT = 5672
RABBIT_PASSWORD = os.getenv("RABBIT_PASSWORD", "guest")
FS_HOST = "http://" + os.getenv("FS_HOST", "127.0.0.1")
FS_PORT = 5555