7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
# Default postgres credentials
|
|
DB_HOST=localhost
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=''
|
|
DB_NAME=development
|
|
|
|
SERVER_PORT=9000 |