mirror of
https://github.com/informaticker/uek-109-LBb.git
synced 2024-11-22 17:51:58 +01:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
|
# -----------------------------------------------------------------------------
|
||
|
# Secrets are stored here.
|
||
|
# -----------------------------------------------------------------------------
|
||
|
NODE_ENV=development
|
||
|
|
||
|
# Database Information
|
||
|
DB_HOST=localhost
|
||
|
DB_NAME=database
|
||
|
DB_USER=postgres
|
||
|
DB_PASSWORD=password
|
||
|
|
||
|
# Test Secret
|
||
|
PASSPHRASE=secret
|