forked from compdemocracy/polis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-dev.env
46 lines (34 loc) · 1.31 KB
/
docker-dev.env
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
# For admin functionality, fill this out
ADMIN_EMAILS=[]
ADMIN_EMAIL_DATA_EXPORT=""
ADMIN_EMAIL_DATA_EXPORT_TEST=""
ADMIN_EMAIL_EMAIL_TEST=""
ADMIN_UIDS=[]
DATABASE_FOR_READS_NAME=DATABASE_URL
DATABASE_URL=postgres://postgres:oiPorg3Nrz0yqDLE@postgres:5432/polis-dev
# These may be the deprecated settings for submitting web requests to the math worker
WEBSERVER_USERNAME=ws-user
WEBSERVER_PASS=ws-pass
# Set to `false` for production
DEV_MODE=true
# Set the domain name; make sure this matches what's running on math node
DOMAIN_OVERRIDE=localhost:5000
# Options: prod, preprod, dev
MATH_ENV=dev
PORT=5000
# Set to `true` and insert google creds if desired
SHOULD_USE_TRANSLATION_API=false
# GOOGLE_CREDENTIALS_BASE64=xxxxxxxxxxxxxxxxxxxxxxx...
# GOOGLE_CREDS_STRINGIFIED=xxxxxxxxxxxxxxxxxxxxxxx...
# These need to be configured to point to the local file server
STATIC_FILES_HOST=file-server
STATIC_FILES_ADMINDASH_PORT=8080
STATIC_FILES_PORT=8080
AWS_REGION=us-east-1
# Options: maildev, aws-ses, mailgun
# Example: `aws-ses,mailgun` would try sending via AWS SES first, and fallback to Mailgun on error.
EMAIL_TRANSPORT_TYPES=maildev
POLIS_FROM_ADDRESS="Example <[email protected]>"
# These pieces of functionality will likely be removed in the near future
DISABLE_INTERCOM=true
STRIPE_SECRET_KEY=sk_test_NFBDEThkpHCYBzXPJuBlY8TW