7 lines
122 B
Bash
7 lines
122 B
Bash
# DB environment variabels
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=mydb
|
|
APP_PORT=8080 |