5 lines
96 B
Bash
5 lines
96 B
Bash
POSTGRES_HOST="172.19.0.2"
|
|
POSTGRES_PORT="5432"
|
|
POSTGRES_USER="postgres"
|
|
POSTGRES_PASSWORD="pg"
|