mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2024-11-14 03:46:46 +01:00
Mohammed Sohail
1c65a11460
- no repeat on failure, picked up on next schedule - enforce uniq on users and tx table to prevent duplicates
20 lines
301 B
TOML
20 lines
301 B
TOML
[db]
|
|
dsn = "postgresql://postgres:postgres@127.0.0.1:5432/cic_dw"
|
|
|
|
[redis]
|
|
dsn = "127.0.0.1:6379"
|
|
|
|
[chain]
|
|
rpc = "http://127.0.0.1:8545"
|
|
registry = "0x5A1EB529438D8b3cA943A45a48744f4c73d1f098"
|
|
|
|
# syncers
|
|
[ussd]
|
|
schedule = "@every 15s"
|
|
|
|
[cache]
|
|
schedule = "@every 15s"
|
|
|
|
[token]
|
|
schedule = "@every 15s"
|