solana-accountsdb-connector/connector-mango/example-config.toml

19 lines
444 B
TOML
Raw Normal View History

rpc_ws_url = ""
2021-11-08 02:42:22 -08:00
2021-11-08 06:48:50 -08:00
[[grpc_sources]]
2021-11-09 06:07:42 -08:00
name = "server"
2021-11-08 02:42:22 -08:00
connection_string = "http://[::1]:10000"
retry_connection_sleep_secs = 30
[snapshot_source]
rpc_http_url = ""
program_id = "mv3ekLzLbnVPNxjSKvqBpU3ZeZXPQdEC3bp5MDEBG68"
[postgres_target]
connection_string = "host=/var/run/postgresql"
account_write_connection_count = 4
retry_query_max_count = 3
retry_query_sleep_secs = 5
retry_connection_sleep_secs = 30
fatal_connection_timeout_secs = 600