epic_explorer/.env
2019-07-16 11:47:19 +05:30

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