26 lines
573 B
TOML
26 lines
573 B
TOML
rpc_ws_url = ""
|
|
|
|
[[grpc_sources]]
|
|
name = "server"
|
|
connection_string = "http://[::1]:10000"
|
|
retry_connection_sleep_secs = 30
|
|
|
|
#[grpc_sources.tls]
|
|
#ca_cert_path = "ca.pem"
|
|
#client_cert_path = "client.pem"
|
|
#client_key_path = "client.pem"
|
|
|
|
[snapshot_source]
|
|
rpc_http_url = ""
|
|
program_id = ""
|
|
|
|
[postgres_target]
|
|
connection_string = "host=/var/run/postgresql"
|
|
account_write_connection_count = 4
|
|
slot_update_connection_count = 2
|
|
retry_query_max_count = 3
|
|
retry_query_sleep_secs = 5
|
|
retry_connection_sleep_secs = 30
|
|
fatal_connection_timeout_secs = 600
|
|
allow_invalid_certs = false
|