-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.env.example
More file actions
39 lines (35 loc) · 1.46 KB
/
.env.example
File metadata and controls
39 lines (35 loc) · 1.46 KB
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
# =============================================================================
# REQUIRED FOR ALL ENVIRONMENTS
# =============================================================================
SECRET_KEY=any-random-string
# =============================================================================
# LOCAL DEVELOPMENT (docker-compose, local_dump.sh, reset-db.sh)
# =============================================================================
DB_NAME=tcf_db
DB_USER=tcf_django
DB_PASSWORD=s3kr1t
DB_HOST=tcf_db
DB_PORT=5432
# =============================================================================
# OPTIONAL - For auth features (login/logout/profile)
# =============================================================================
# COGNITO_USER_POOL_ID=
# COGNITO_APP_CLIENT_ID=
# COGNITO_APP_CLIENT_SECRET=
# COGNITO_DOMAIN=
# COGNITO_REGION_NAME=us-east-1
# =============================================================================
# OPTIONAL - For prod_dump.sh script (must activate EC2 instances & get pem key)
# =============================================================================
# EC2_HOST=
# EC2_USER=
# PEM_KEY=path/to/your/key.pem
# PROD_DB_HOST=
# PROD_DB_USER=
# PROD_DB_PASSWORD=
# =============================================================================
# OPTIONAL - For load_review_drive management command
# =============================================================================
# REVIEW_DRIVE_ID=
# REVIEW_DRIVE_EMAIL=
# REVIEW_DRIVE_PASSWORD=