4 lines
138 B
Bash
4 lines
138 B
Bash
DATABASE_URL="postgres://postgres:postgres@localhost:5432/postgres"
|
|
POSTGRES_DB=postgres
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres |