Files
stocklet/deploy/configs/warehouse-init.env.example
2024-04-16 22:27:52 +01:00

9 lines
182 B
Plaintext

INIT_SVC_NAME=warehouse
INIT_MIGRATIONS=true
INIT_DEBEZIUM_HOST=http://debezium:8083
PG_DB=postgres
PG_USER=postgres
PG_PASS=postgres
PG_HOST=warehouse-service-postgres
PG_PORT=5432