Add example plugin config file

This commit is contained in:
Christian Kamm 2021-11-09 14:52:05 +01:00
parent 456b19ea06
commit 71071d9b52
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"libpath": "/path/to/libsolana_accountsdb_connector_plugin_grpc.so",
"accounts_selector" : {
"owners" : ["mv3ekLzLbnVPNxjSKvqBpU3ZeZXPQdEC3bp5MDEBG68"]
},
"bind_address": "[::1]:10000",
"service_config": {
"broadcast_buffer_size": 10000,
"subscriber_buffer_size": 10000
}
}