-
Notifications
You must be signed in to change notification settings - Fork 1
Environment variables ♻️
Daniel Gak Anagrov edited this page Jun 3, 2018
·
1 revision
Environment variables used by the project:
-
PEER_ADDRESS: Public direction of the P2P node to listen
-
PEER_PORT: Public port of the P2P node to listen
-
WALLET_PATH: Folder used to store locally the config of a wallet
-
WALLET_PORT: Port used to comunicate the cli with the wallet server, by default 11811
-
WALLET_HOST: Address used to comunicate the cli with the wallet server, by default localhost
-
REDIS_PATH: Address of the redis server
-
REDIS_PORT: Port of the redis server