10 lines
560 B
Bash
10 lines
560 B
Bash
|
|
POSTGRES_HOST=localhost
|
||
|
|
POSTGRES_USER=place a user here
|
||
|
|
PGPASSWORD=place a password here
|
||
|
|
POSTGRES_PORT=5432
|
||
|
|
PRD_SCHEMAS_TO_SYNC="'sync_xero_superhog_limited','sync_xedotcom_currency_rates','sync_stripe_us','sync_stripe_uk','sync_hubspot','sync_guest_product','sync_default','sync_core','sync_cdb_screening','sync_cdb_screen_and_protect','sync_cdb_resolutions','sync_cdb_edeposit','sync_cdb_check_in_hero','sync_cdb_athena','staging','reporting','intermediate'"
|
||
|
|
PRD_CI_USER='ci_reader'
|
||
|
|
PRD_CI_PASSWORD=
|
||
|
|
PRD_HOST=the host
|
||
|
|
PRD_DB=the database
|
||
|
|
PRD_PORT=the port
|