genericize .env
This commit is contained in:
parent
f66955d5c6
commit
e67edd2b6d
18
.env
18
.env
@ -7,20 +7,20 @@ NODE_ENV = development
|
|||||||
|
|
||||||
TESTNET_DB_PORT = 5432
|
TESTNET_DB_PORT = 5432
|
||||||
TESTNET_DB_HOST = localhost
|
TESTNET_DB_HOST = localhost
|
||||||
TESTNET_DB_USERNAME = postgres
|
TESTNET_DB_USERNAME =
|
||||||
TESTNET_DB_PASSWORD = blaze.ws
|
TESTNET_DB_PASSWORD =
|
||||||
TESTNET_DB_DATABASE = epicnew
|
TESTNET_DB_DATABASE =
|
||||||
|
|
||||||
|
|
||||||
FLOONET_DB_PORT = 5432
|
FLOONET_DB_PORT = 5432
|
||||||
FLOONET_DB_HOST = localhost
|
FLOONET_DB_HOST = localhost
|
||||||
FLOONET_DB_USERNAME = postgres
|
FLOONET_DB_USERNAME =
|
||||||
FLOONET_DB_PASSWORD = blaze.ws
|
FLOONET_DB_PASSWORD =
|
||||||
FLOONET_DB_DATABASE = epicnew
|
FLOONET_DB_DATABASE =
|
||||||
TESTNET_PEER_URL = http://116.203.152.58:3413/v1/peers/connected
|
TESTNET_PEER_URL = http://127.0.0.1:3413/v1/peers/connected
|
||||||
FLOONET_PEER_URL = http://116.203.152.58:13413/v1/peers/connected
|
FLOONET_PEER_URL = http://127.0.0.1:13413/v1/peers/connected
|
||||||
|
|
||||||
TIME_ZONE = utc
|
TIME_ZONE = utc
|
||||||
|
|
||||||
REDIS_KEY = explorer2
|
REDIS_KEY = explorer2
|
||||||
REDIS_EXPIRY = 60
|
REDIS_EXPIRY = 60
|
||||||
|
Loading…
Reference in New Issue
Block a user