filestorage

This commit is contained in:
Egor Matveev
2021-11-11 11:47:06 +03:00
parent a8111c45e9
commit edb58e23a3
22 changed files with 237 additions and 93 deletions

View File

@@ -143,6 +143,9 @@ SOLUTIONS_ROOT = os.path.join(DATA_ROOT, "solutions")
RABBIT_HOST = os.getenv("RABBIT_HOST", "0.0.0.0")
RABBIT_PORT = 5672
FS_HOST = os.getenv("FS_HOST", "http://0.0.0.0")
FS_PORT = 5555
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "Main/static"),
]