6 lines
124 B
Bash
6 lines
124 B
Bash
POSTGRES_HOST=localhost
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USERNAME=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DATABASE=postgres
|