cic-dw/config.toml

22 lines
535 B
TOML
Raw Normal View History

[db]
postgres = "postgresql://postgres:postgres@127.0.0.1:5432/cic_dw"
2022-05-05 18:58:27 +02:00
redis = "redis://127.0.0.1:6379/0"
[server]
address = ":3000"
cors = [
"https://dashboard.sarafu.network",
"https://dashboard.grassecon.org",
"https://dashboard.grassrootseconomics.org",
"http://localhost:3000"
]
[chain]
index = "0x5A1EB529438D8b3cA943A45a48744f4c73d1f098"
2022-05-14 10:15:45 +02:00
balances_resolver = "0x9C48FF0888A747Ba0108E7205Cae2EeB0C76c948"
rpc = "http://127.0.0.1:8545"
[syncers]
cache = "@every 20s"
2022-05-05 18:58:27 +02:00
ussd = "@every 30s"
token = "@every 1m"