12 lines
174 B
Bash
12 lines
174 B
Bash
# Application config
|
|
|
|
PORT = 4000
|
|
NODE_ENV = development
|
|
|
|
# DB Properties
|
|
|
|
DB_PORT = 5432
|
|
DB_HOST = localhost
|
|
DB_USERNAME = root
|
|
DB_PASSWORD = blaze.ws
|
|
DB_DATABASE = postgres |