mirror of
https://github.com/hexolan/stocklet.git
synced 2026-05-20 03:29:25 +01:00
9 lines
174 B
Bash
9 lines
174 B
Bash
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 |