2022-05-03 17:54:51 +02:00
|
|
|
[db]
|
2022-05-05 14:01:34 +02:00
|
|
|
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"
|
2022-05-03 17:54:51 +02:00
|
|
|
|
2022-05-11 15:57:56 +02:00
|
|
|
[server]
|
|
|
|
address = ":3000"
|
2022-05-12 11:32:33 +02:00
|
|
|
cors = [
|
|
|
|
"https://dashboard.sarafu.network",
|
|
|
|
"https://dashboard.grassecon.org",
|
|
|
|
"https://dashboard.grassrootseconomics.org",
|
|
|
|
"http://localhost:3000"
|
|
|
|
]
|
2022-05-11 15:57:56 +02:00
|
|
|
|
2022-05-03 17:54:51 +02:00
|
|
|
[chain]
|
2022-05-05 14:01:34 +02:00
|
|
|
index = "0x5A1EB529438D8b3cA943A45a48744f4c73d1f098"
|
2022-05-19 08:52:34 +02:00
|
|
|
balances_resolver = "0xb9e215B789e9Ec6643Ba4ff7b98EA219F38c6fE5"
|
2022-05-05 14:01:34 +02:00
|
|
|
rpc = "http://127.0.0.1:8545"
|
2022-05-03 20:37:48 +02:00
|
|
|
|
2022-05-05 14:01:34 +02:00
|
|
|
[syncers]
|
|
|
|
cache = "@every 20s"
|
2022-05-05 18:58:27 +02:00
|
|
|
ussd = "@every 30s"
|
2022-05-05 18:39:25 +02:00
|
|
|
token = "@every 1m"
|