forked from HumanRightsWatch/VHS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
19 lines (19 loc) · 687 Bytes
/
Copy path.env
File metadata and controls
19 lines (19 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DJANGO_SETTINGS_MODULE=config.settings.production
DJANGO_SECRET_KEY=<fill with your own value>
DJANGO_ADMIN_URL=<fill with your own value>
DJANGO_ALLOWED_HOSTS=<fill with your own value>
DJANGO_SECURE_SSL_REDIRECT=False
DJANGO_SERVER_EMAIL=
DJANGO_ACCOUNT_ALLOW_REGISTRATION=True
WEB_CONCURRENCY=4
REDIS_URL=redis://redis:6379/0
DJANGO_SERVER_EMAIL=
MINIO_ACCESS_KEY=<fill with your own value>
MINIO_SECRET_KEY=<fill with your own value>
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=video_downloading_platform
POSTGRES_USER=<fill with your own value>
POSTGRES_PASSWORD=<fill with your own value>
AZURE_TENANT=<fill with your own value>
ADMIN_PASSWORD=<fill with your own value>