Roy Crihfield
bc3a7934cf
* refactor vulcanize => cerc * update geth and cerc dependencies * update packages, ginkgo * refactor chain generation * update integration tests, contract, makefile * go embed contract code * rm old readme * move unit tests into package * rm ginkgo where not needed * use tx in ref integrity functions
31 lines
533 B
TOML
31 lines
533 B
TOML
[database]
|
|
name = "cerc_public"
|
|
hostname = "localhost"
|
|
port = 5432
|
|
password = "password"
|
|
user = "vdbm"
|
|
|
|
[validate]
|
|
fromBlock = 1
|
|
trail = 64
|
|
retryInterval = "10s"
|
|
stateDiffMissingBlock = true
|
|
stateDiffTimeout = "240s"
|
|
|
|
[ethereum]
|
|
chainConfig = ""
|
|
chainID = "1"
|
|
httpPath = "localhost:8545"
|
|
wsPath = "localhost:8546"
|
|
|
|
[prom]
|
|
metrics = true
|
|
http = true
|
|
httpAddr = "localhost"
|
|
httpPort = "9001"
|
|
dbStats = true
|
|
|
|
[log]
|
|
file = ""
|
|
level = "info"
|