settings split for development and production.py

This commit is contained in:
2025-08-04 19:26:38 +03:00
parent f501be9794
commit 8294db9189
35 changed files with 711 additions and 66 deletions
+3 -4
View File
@@ -36,7 +36,6 @@ MINIO_ENDPOINT="localhost:9000"
MINIO_ACCESS_KEY="kikimor"
MINIO_SECRET_KEY="shushunka1"
MINIO_BUCKET_NAME="damages"
#MINIO_STATIC_BUCKET_NAME=depot-static
#AWS_S3_CUSTOM_DOMAIN='localhost:9000' # For browser acce
#AWS_S3_URL_PROTOCOL='http'
#MINIO_SERVER_URL="http://localhost:9000"
AWS_S3_CUSTOM_DOMAIN='localhost:9000' # For browser acce
AWS_S3_URL_PROTOCOL='http'
MINIO_SERVER_URL="http://localhost:9000"