This commit is contained in:
Administrator
2023-09-23 19:10:06 +03:00
parent 59aa298db6
commit 53b9f9d840
7 changed files with 53 additions and 5 deletions

View File

@@ -1 +1,3 @@
from web.models import *
from web.models import *
from configs.models import *
from experiments.models import *

View File

@@ -145,3 +145,5 @@ MINIO_HOST = os.getenv("MINIO_HOST", "localhost") + ":9000"
MINIO_ACCESS_KEY = os.getenv("MINIO_ACCESS_KEY", "serviceminioadmin")
MINIO_SECRET_KEY = os.getenv("MINIO_SECRET_KEY", "minioadmin")
MINIO_BUCKET_NAME = 'platform'
VK_SERVICE_TOKEN = os.getenv("VK_SERVICE_TOKEN", None)