env file added
This commit is contained in:
parent
89bb49a41a
commit
4c1204d61a
22
.env
22
.env
@ -5,8 +5,20 @@ NODE_ENV = development
|
|||||||
|
|
||||||
# DB Properties
|
# DB Properties
|
||||||
|
|
||||||
DB_PORT = 5432
|
TESTNET_DB_PORT = 5432
|
||||||
DB_HOST = localhost
|
TESTNET_DB_HOST = localhost
|
||||||
DB_USERNAME = root
|
TESTNET_DB_USERNAME = root
|
||||||
DB_PASSWORD = blaze.ws
|
TESTNET_DB_PASSWORD = blaze.ws
|
||||||
DB_DATABASE = postgres
|
TESTNET_DB_DATABASE = epic_data_new
|
||||||
|
|
||||||
|
|
||||||
|
FLOONET_DB_PORT = 5432
|
||||||
|
FLOONET_DB_HOST = localhost
|
||||||
|
FLOONET_DB_USERNAME = root
|
||||||
|
FLOONET_DB_PASSWORD = blaze.ws
|
||||||
|
FLOONET_DB_DATABASE = epic
|
||||||
|
|
||||||
|
TESTNET_PEER_URL = http://116.203.152.58:3413/v1/peers/connected
|
||||||
|
FLOONET_PEER_URL = http://116.203.152.58:13413/v1/peers/connected
|
||||||
|
|
||||||
|
TIME_ZONE = utc
|
||||||
|
Loading…
Reference in New Issue
Block a user