mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
47ce52c112
* Save/load balance and allowance data to/from RDBMS. * Event entities. * Pass artifacts to indexer. * Refactoring, comments. * Sync events to database. * Absorb typeorm config file settings into our own config file.
18 lines
290 B
TOML
18 lines
290 B
TOML
[server]
|
|
host = "127.0.0.1"
|
|
port = 3001
|
|
|
|
[database]
|
|
type = "sqlite"
|
|
database = "out/indexer.db"
|
|
synchronize = true
|
|
logging = false
|
|
|
|
[upstream]
|
|
gqlEndpoint = "http://127.0.0.1:8083/graphql"
|
|
|
|
[upstream.cache]
|
|
name = "requests"
|
|
enabled = true
|
|
deleteOnStart = false
|