mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 19:51:17 +00:00
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
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 |