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

9 lines
174 B
Plaintext

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