5 lines
85 B
Bash
5 lines
85 B
Bash
# Default postgres credentials
|
|
DB_HOST=localhost
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=''
|