6 lines
101 B
Bash
6 lines
101 B
Bash
SERVER_PORT=8080
|
|
DB_HOST=postgres
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=postgres |