You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
447 B

  1. [StateDB]
  2. Path = "/tmp/iden3-test/hermez/statedb"
  3. [PostgreSQL]
  4. Port = 5432
  5. Host = "localhost"
  6. User = "hermez"
  7. Password = "yourpasswordhere"
  8. [L2DB]
  9. Name = "l2"
  10. SafetyPeriod = 10
  11. MaxTxs = 512
  12. TTL = "24h"
  13. [HistoryDB]
  14. Name = "history"
  15. [Web3]
  16. URL = "XXX"
  17. [TxSelector]
  18. Path = "/tmp/iden3-test/hermez/txselector"
  19. [BatchBuilder]
  20. Path = "/tmp/iden3-test/hermez/batchbuilder"
  21. [Synchronizer]
  22. SyncLoopInterval = "1s"