Data3.Network Documentation
  • Introduction to Data3
  • Data3 Concepts
    • Accounts
    • Address
    • Nodes
    • Types of Nodes
    • Node Providers
    • Database Deployment
    • Console
    • Use Case
  • Getting Started
    • Data3 Console
      • Signup on Data3 Console
      • Wallets
    • For Customers
      • Quick Start Guide
      • Signup on Data3 Console
      • Request Databases
      • Manage Your Databases
      • Use Your Databases
    • For Node Providers
      • Quick Start Guide
      • Signup at Data3 Console
      • Bid For Customer Requests
    • For Developers
      • Signup
      • Open Source
      • Contribute
  • For Customers
    • Access
    • Application Configuration
    • Database Configuration
    • Data Migration
    • Security
      • Users
      • Keys
    • Observability
  • For Node Providers
    • Node Provider Service
      • What is the Node Provider Service?
      • Node Provider Service Architecture
      • Node Provider Onetime Setup
        • Prerequisites
        • Docker data3-node-provider
        • Configure
        • Deploy data3-node-provider
        • Validate
        • Troubleshoot
    • Data3 Storage Node
      • What is the Data3 Storage Node?
      • Storage Node Architecture
      • Storage Node Setup
        • Prerequisites
        • Docker data3-storage-node
        • Configure
        • Deploy data3-storage-node
        • Validate
        • Troubleshoot
    • External Pricing Engine
    • External Deployment Engine
    • Node Tokenomics
      • Staking
      • Customer Payments
      • Incentivization
      • Pricing
    • Nodes
      • Validator Node
      • Audit Node
      • Storage Node
    • Console
  • Product
    • Roadmap
    • Releases
    • Updates
  • Data3 Solutions
    • DApps
    • Web3 Social
    • Web3 Gaming
    • Web3 Exchanges
    • Artificial Intelligence
    • SaaS Applications
    • IoT
    • Dev Database
  • Tokenomics
    • Best Practices
    • Bid for Database Requests
  • Governance & Policies
    • Governance Framework
    • Node Provider Policies
    • Data Handling Policies
    • Security Policies
    • Privacy Policies
    • For Developers
      • Architecture
      • API
      • SDKs and Libraries
      • Protocols & Algorithms
  • Community
  • FAQs
  • Legal
Powered by GitBook
On this page
  1. For Node Providers
  2. Node Provider Service
  3. Node Provider Onetime Setup

Configure

Configure the data3-node-provider using the following environment variables:

Name
Description
Sample Value

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

PreviousDocker data3-node-providerNextDeploy data3-node-provider

Last updated 1 year ago

URL of the external pricing engine API (see )

External Pricing Engine