Merge pull request #586 from hermeznetwork/feature/gindebugviaconfig

Set gin debug mode via config
This commit is contained in:
arnau
2021-02-25 16:57:55 +01:00
committed by GitHub
3 changed files with 9 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ Type = "bitfinexV2"
[Debug]
APIAddress = "localhost:12345"
MeddlerLogs = true
GinDebugMode = true
[StateDB]
Path = "/tmp/iden3-test/hermez/statedb"