-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
61 lines (52 loc) · 1.67 KB
/
.env.example
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
DEBUG=True
ALLOWED_HOSTS=.localhost, 127.0.0.1
TIME_ZONE=America/Chicago
# Logging
DJANGO_LOG_LEVEL=WARN
DJANGO_DB_LOG_LEVEL=DEBUG
DSSG_LOG_LEVEL=DEBUG
# Cryptographic signing secret key
# (Provide your own unique key or let develop generate one for you)
SECRET_KEY=
# Email
DEFAULT_FROM_EMAIL=info@localhost
# Optional parameters (for SMTP backend)
# EMAIL_HOST=
# EMAIL_PORT=587
# EMAIL_HOST_USER=
# EMAIL_HOST_PASSWORD=
# EMAIL_USE_TLS=True
# Optional overrides
# SITE_NAME=DSSG Solve
# Database
# SQLite DB
DATABASE_URL=sqlite:///db.sqlite3
# Or for PostgreSQL
# DATABASE_URL=postgres://USER:PASSWORD@HOST:PORT/DBNAME
# Static files
#
# Choose s3, whitenoise or leave empty for default (filesystem)
# filesystem: serves static files and uploaded media, but only via manage.py runserver [--insecure]
# whitenoise: serves static files, even under gunicorn; but, won't serve uploaded media
# s3: serves both but requires integration with AWS S3
# DEFAULT_FILE_STORAGE=
#
# For S3:
AWS_S3_REGION_NAME=us-west-2
AWS_STORAGE_BUCKET_NAME=dssgsolve
# Optional parameters
AWS_S3_ENDPOINT_URL=http://localhost:4572
# Optional overrides
# AWS_ACCESS_KEY_ID=MYACCESSKEY
# AWS_SECRET_ACCESS_KEY=MYSECRETACCESSKEY
## The signup form will use reCAPTCHA if the two configuration parameters
## below are set.
#RECAPTCHA_SITE_KEY=
#RECAPTCHA_SECRET_KEY=
## Setting this parameter to True will make all signups of volunteers
## automatically accepted without the intervention of DSSG staff.
#AUTOMATICALLY_ACCEPT_VOLUNTEERS=True
# Google Analytics
# Set the following configuration parameter to enable Google Analytics tracking
# (see https://support.google.com/analytics/answer/1008080 for details)
#GA_TRACKING_ID=