forked from compdemocracy/polis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.env
More file actions
26 lines (22 loc) · 664 Bytes
/
test.env
File metadata and controls
26 lines (22 loc) · 664 Bytes
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
TAG=test
COMPOSE_PROJECT_NAME=polis-${TAG}
GIT_HASH=test
DEV_MODE=true
EMAIL_TRANSPORT_TYPES=maildev
NODE_ENV=production
SERVER_ENV_FILE=test.env
SERVER_LOG_LEVEL=debug
DOMAIN_OVERRIDE=localhost
EMBED_SERVICE_HOSTNAME=localhost
STATIC_FILES_HOST=file-server
POSTGRES_DB=polis-test
POSTGRES_HOST=postgres:5432
POSTGRES_PASSWORD=PdwPNS2mDN73Vfbc
POSTGRES_PORT=5432
POSTGRES_USER=postgres
DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}/${POSTGRES_DB}
MATH_ENV=prod
WEBSERVER_PASS=ws-pass
WEBSERVER_USERNAME=ws-user
# Set to true and provide valid GOOGLE_APPLICATION_CREDENTIALS to test translation
SHOULD_USE_TRANSLATION_API=false