16 lines
349 B
Bash
16 lines
349 B
Bash
|
# production database credentials
|
||
|
PROD_DB_USER=postgres
|
||
|
PROD_DB_PASSWORD=
|
||
|
PROD_DB_HOST=localhost
|
||
|
PROD_DB_PORT=5432
|
||
|
|
||
|
# test database credentials
|
||
|
TEST_DB_USER=postgres
|
||
|
TEST_DB_PASSWORD=postgres
|
||
|
TEST_DB_HOST=localhost
|
||
|
TEST_DB_PORT=5432
|
||
|
|
||
|
#Gitlab token
|
||
|
HUB_TOKEN=9s_CJYh5TcWhyYL416MM
|
||
|
|
||
|
DEV_SECRET_NAME=dp.st.dev.Axvak1ILOlCOwUNGajv7fg5VPaacFR6OL1kdb3YGWHX
|