Advertisement
Guest User

Config.json

a guest
May 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "DbEngineType": "Postgres",
  3. "DbConnectionString": "server=localhost;database=own_db;user id=own_node_user;password=***",
  4. "ApiListeningAddresses": "http://*:10717",
  5. "ListeningAddress": "*:25718",
  6. "NetworkBootstrapNodes": [
  7. "boot1.mainnet.weown.com:25718",
  8. "boot2.mainnet.weown.com:25718",
  9. "boot3.mainnet.weown.com:25718"
  10. ],
  11. "PublicAddress": "validator.own.zeroxadvisors.com:25718",
  12. "ValidatorPrivateKey": "****",
  13. "MinTxActionFee": 0.001,
  14. "MaxBlockFetchQueue": 20,
  15. "MinLogLevel": "Info"
  16. }r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement