31 lines
729 B
TOML
31 lines
729 B
TOML
|
[metrics]
|
||
|
output_stdout = true
|
||
|
output_http = true
|
||
|
|
||
|
[source]
|
||
|
dedup_queue_size = 50000
|
||
|
rpc_ws_url = ""
|
||
|
|
||
|
[[source.grpc_sources]]
|
||
|
name = "server"
|
||
|
connection_string = "http://[::1]:10000"
|
||
|
retry_connection_sleep_secs = 30
|
||
|
|
||
|
#[source.grpc_sources.tls]
|
||
|
#ca_cert_path = "ca.pem"
|
||
|
#client_cert_path = "client.pem"
|
||
|
#client_key_path = "client.pem"
|
||
|
#domain_name = "example.com"
|
||
|
|
||
|
[source.snapshot]
|
||
|
rpc_http_url = ""
|
||
|
program_id = "mv3ekLzLbnVPNxjSKvqBpU3ZeZXPQdEC3bp5MDEBG68"
|
||
|
|
||
|
[pnl]
|
||
|
update_interval_millis = 5000
|
||
|
mango_program = "mv3ekLzLbnVPNxjSKvqBpU3ZeZXPQdEC3bp5MDEBG68"
|
||
|
mango_group = "98pjRuQjK3qA6gXts96PqZT4Ze5QmnCmt3QYjhbUSPue"
|
||
|
mango_cache = "EBDRoayCDDUvDgCimta45ajQeXbexv7aKqJubruqpyvu"
|
||
|
|
||
|
[jsonrpc_server]
|
||
|
bind_address = "127.0.0.1:8889"
|