Configure
Configure the data3-node-provider using the following environment variables:
GRAILS_ENV
Environment type for application development , test, production, etc.
development
DB_HOST
Hostname / IP of the node-provider's database.
provider-db
DB_PORT
Port number of the node-provider's database.
27017
DB_DATABASE
Name of the node-provider's database.
KandolaNodeProvider
BOOTSTRAP_BASE_URL
API Base URL of the Data3 Bootstrap / Data3 Console Service.
https://testconsoleapi.data3.network/
BOOTSTRAP_PUBSUB_HOST
PubSub Hostname/IP of the Data3 Bootstrap / Data3 Console Service.
testpubsub.data3.network
BOOTSTRAP_PUBSUB_PORT
PubSub Port of the Data3 Bootstrap / Data3 Console Service.
29092
P2P_PORT
PubSub Port of peers for P2P Communication (default is 29092).
29092
NODE_IP
IP Address of this node (data3-node-provider).
192.168.5.168
NODE_HOST_NAME
Hostname of this node (data3-node-provider).
dev-mac.local
SELF_PUBSUB_HOST
Hostname / IP of the PubSub platform for this node (data3-node-provider).
192.168.5.168
SELF_PUBSUB_PORT
Port of the PubSub platform for this node (data3-node-provider).
29092
API_KEY
API Key of the Node Provider.
kkkdddxxxyyy
API_SECRET
API Key of the Node Provider.
sssnnnggg
ADDRESS
Address of the Node Provider's Wallet Account (that was used to signup).
0xabc123
PRIVATE_KEY
Private Key of the Node Provider's Wallet Account (that was used to signup).
pppppvvvvvttt
EXTERNAL_API_ENDPOINT
http://host.docker.internal:3080/price
EXTERNAL_DEPLOYMENT_API_ENDPOINT
URL of the external deployment engine API
http://host.docker.internal:3080/deploy
Last updated