mirror of
https://github.com/hexolan/stocklet.git
synced 2026-05-20 19:49:26 +01:00
8 lines
132 B
Bash
8 lines
132 B
Bash
INIT_SVC_NAME=auth
|
|
INIT_MIGRATIONS=true
|
|
|
|
PG_DB=postgres
|
|
PG_USER=postgres
|
|
PG_PASS=postgres
|
|
PG_HOST=auth-service-postgres
|
|
PG_PORT=5432 |