Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. "api": {
  3. "auth": {
  4. "password": null,
  5. "username": null
  6. },
  7. "debug": false,
  8. "host": "0.0.0.0",
  9. "limitRemoteAccess": [
  10. "getNeighbors",
  11. "addNeighbors",
  12. "removeNeighbors",
  13. "makeSnapshot",
  14. "listAllAccounts"
  15. ],
  16. "port": 14265
  17. },
  18. "database": {
  19. "path": "data"
  20. },
  21. "light": false,
  22. "log": {
  23. "hello": true,
  24. "level": "INFO"
  25. },
  26. "node": {
  27. "neighbors": [],
  28. "port": 14600
  29. },
  30. "snapshots" : {
  31. "path": "snapshots",
  32. "loadFile": "",
  33. "loadIRIFile": "",
  34. "loadIRISpentFile": "",
  35. "loadIRITimestamp": 0,
  36. "interval": 0,
  37. "period": 168,
  38. "enableapi": true
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement