github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-supply-chain-master/ledger_sync/config.json.example (about)

     1  {
     2  
     3    "RETRY_WAIT": 5000,
     4    "VALIDATOR_URL": "tcp://localhost:4004",
     5    "DB_HOST": "localhost",
     6    "DB_PORT": 28015,
     7    "DB_NAME": "supply_chain"
     8  
     9  }