4 lines
108 B
Bash
4 lines
108 B
Bash
POSTGRES_HOST="localhost"
|
|
POSTGRES_DATABASE="postgres"
|
|
POSTGRES_USER="postgres"
|
|
POSTGRES_PASSWORD="postgres" |