epic_explorer/.env

12 lines
174 B
Bash
Raw Normal View History

2019-07-16 06:17:19 +00:00
# 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