This commit is contained in:
Egor Matveev
2022-02-05 19:36:13 +03:00
parent 1f3cf222de
commit 75cb067285
2 changed files with 2 additions and 2 deletions

View File

@@ -142,7 +142,7 @@ for root in DATA_ROOT, EXTRA_FILES_ROOT:
SOLUTIONS_ROOT = os.path.join(DATA_ROOT, "solutions")
RABBIT_HOST = HOST
RABBIT_HOST = "0.0.0.0"
RABBIT_PORT = 5672
FS_HOST = "http://" + HOST