Вытащил часть конфига в .env файл
This commit is contained in:
10
music_storage/.env.example
Normal file
10
music_storage/.env.example
Normal 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=""
|
||||
Reference in New Issue
Block a user