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

9 lines
178 B
Plaintext

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