-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env-sample
executable file
·69 lines (57 loc) · 1.18 KB
/
.env-sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Env
DJ_ENV=production
DEBUG=True
# secret Key
SECRET_KEY=g9%))zqxpw@weha0_68+yj5fnfz8-@kx+j(sh1b7*&=v0$xex0
#timezone
TIME_ZONE=Asia/Kolkata
# Caching
CACHE=False
REDIS_LOCATION=redis://redis:6379/
# Email
EMAIL=False
EMAIL_USE_TLS=False
EMAIL_PORT=587
EMAIL_HOST=
EMAIL_HOST_USER=
EMAIL_HOST_PASSWORD=
FROM_EMAIL=
logging=True
# DO Spaces
DO_SPACE=False
AWS_ACCESS_KEY_ID=B7SCWWVGLMSNH24KXXDW
AWS_LOCATION=fresh_app/dev/media
AWS_MEDIA_BUCKET_NAME=
AWS_S3_REGION_NAME=
AWS_S3_ENDPOINT_URL=
AWS_SECRET_ACCESS_KEY=
AWS_STORAGE_BUCKET_NAME=
AWS_DEFAULT_ACL=public-read
STATICFILES_LOCATION=fresh_app/dev/static
MEDIAFILES_LOCATION=fresh_app/dev/media
PUBLICFILES_LOCATION=fresh_app/dev/media
AWS_S3_FILE_OVERWRITE=False
# SMS
SMS=True
KALEYRA_KEY=''
KALEYRA_SENDER_ID=''
# DB
DB_TYPE=Postgres
DB_ENGINE=django.db.backends.postgresql_psycopg2
DB_NAME=postgres
DB_USER=fresh_appUser
DB_PASSWORD=fresh_appPassword
DB_HOST=db
DB_PORT=5432
# SENTRY
SENTRY=False
SENTRY_DSN=''
# ELASTIC
ELASTIC_HOST=''
# ALLOWED HOST
ALLOWED_HOSTS=127.0.0.1,localhost
# CELERY
CELERY=False
#CORS
CORS=False
CORS_ORIGIN_WHITELIST=http://127.0.0.1:8009,http://localhost:3000,http://127.0.0.1:3000,http://localhost:1337