config.json++ 733 B

12345678910111213141516171819202122232425262728
  1. {
  2. "snycBlock": {
  3. "enabled": true,
  4. "nodeUrl": "test-db-wallet-scan-master-2022-04-13-14-59.csavsvn28f6q.ap-northeast-2.rds.amazonaws.com:3306",
  5. "db": {
  6. "addr": "127.0.0.1:3308",
  7. "dbName": "bscanner_db",
  8. "id": "admin",
  9. "password": "xptmxmelql008"
  10. },
  11. "mainNet": false,
  12. "collectionAmount": 1000,
  13. "debugStartNo": -1,
  14. "debugEndNo": 672922,
  15. "Interval": "2s",
  16. "immatureDepth": 54,
  17. "txInternalRange": 360000
  18. },
  19. "xrpUpdate": {
  20. "enabled": false,
  21. "db": {
  22. "addr": "test-db-wallet-scan-master-2022-04-13-14-59.csavsvn28f6q.ap-northeast-2.rds.amazonaws.com:3306",
  23. "dbName": "dangnn_db",
  24. "id": "admin",
  25. "password": "xptmxmelql008"
  26. }
  27. }
  28. }