1
0
mirror of https://github.com/hexolan/stocklet.git synced 2026-05-20 11:39:24 +01:00
Files
stocklet/deploy/configs/payment-init.env.example
2024-04-16 22:27:52 +01:00

9 lines
178 B
Bash

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