mirror of
https://github.com/hexolan/stocklet.git
synced 2026-05-20 11:39:24 +01:00
9 lines
172 B
Bash
9 lines
172 B
Bash
INIT_SVC_NAME=user
|
|
INIT_MIGRATIONS=true
|
|
INIT_DEBEZIUM_HOST=http://debezium:8083
|
|
|
|
PG_DB=postgres
|
|
PG_USER=postgres
|
|
PG_PASS=postgres
|
|
PG_HOST=user-service-postgres
|
|
PG_PORT=5432 |