6 lines
82 B
Bash
6 lines
82 B
Bash
|
DB_HOST=localhost
|
||
|
DB_PORT=5432
|
||
|
DB_USER=postgres
|
||
|
DB_PASS=postgres
|
||
|
DB_NAME=postgres
|