5 lines
155 B
Bash
5 lines
155 B
Bash
DB_SOURCE=postgresql://root:secret@localhost:5432/df?sslmode=disable
|
|
DB_DRIVER=postgres
|
|
SERVER_ADDRESS=0.0.0.0:8080
|
|
ENVIRONMENT=development
|
|
LOG_OUTPUT=text |