Pre-merge edit

This commit is contained in:
IgorVolochay
2026-01-10 13:48:18 +03:00
parent 997204f414
commit e92ade6c94
6 changed files with 27 additions and 32 deletions
+18
View File
@@ -0,0 +1,18 @@
DISABLE_DOCS=false
BACKEND_PORT=5000
LOGS_PATH=./logs
FILES_TTL=86400 # 1 Day
MAX_FILES_SIZE=1073741824 # 1GB
S3_ACCESS_KEY_ID=Some_username
S3_SECRET_ACCESS_KEY=Some_password
S3_ENDPOINT_URL=Some_url
BUCKET_NAME=drop-me-files
REDIS_ADDRESS=Some_url
REDIS_PORT=6379
REDIS_USERNAME=Some_username
REDIS_PASSWORD=Some_password