Вытащил часть конфига в .env файл

This commit is contained in:
Viner Abubakirov
2026-01-02 20:24:35 +05:00
parent 67a32d8ac7
commit 5f8a0a30b4
4 changed files with 34 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
S3_ACCESS_KEY=""
S3_SECRET_KEY=""
S3_BUCKET_NAME=""
S3_ENDPOINT_URL=""
S3_REGION_NAME=""
S3_SIGNATURE_VERSION=""
DJANGO_DEBUG=False
SECRET_KEY=""
ALLOWED_HOSTS=""