-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathenv.template
More file actions
31 lines (26 loc) · 830 Bytes
/
env.template
File metadata and controls
31 lines (26 loc) · 830 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
27
28
29
30
31
# postgresql
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=cht_sync
POSTGRES_SCHEMA=v1
POSTGRES_TABLE=couchdb
POSTGRES_HOST=postgres # Your postgres instance IP or endpoint in "prod".
POSTGRES_PORT=5432
# dbt
CHT_PIPELINE_BRANCH_URL="https://github.com/medic/cht-pipeline.git#main"
DATAEMON_INTERVAL=5
DBT_THREAD_COUNT=1
DBT_BATCH_SIZE=100000
# if running locally, path to pipeline
DBT_LOCAL_PATH="/path/to/cht-pipeline/"
# couchdb
COUCHDB_USER=medic
COUCHDB_PASSWORD=password
COUCHDB_DBS="medic" # comma separated list of databases you want to sync e.g "medic, medic_sentinel"
COUCHDB_HOST=couchdb
COUCHDB_PORT=5984
COUCHDB_SECURE=false
# (Optional) project wide
#COMPOSE_PROJECT_NAME=cht-sync
#BASTION_PORT=22222 # default is 22222 uncomment to change
#BASTION_AUTHORIZED_KEYS_FILE= # uncomment to change