protected store test
This commit is contained in:
@@ -93,7 +93,10 @@ impl JsVeilidCore {
|
||||
"capabilities.protocol_accept_ws" => Self::value_to_bool(val),
|
||||
"capabilities.protocol_connect_wss" => Self::value_to_bool(val),
|
||||
"capabilities.protocol_accept_wss" => Self::value_to_bool(val),
|
||||
"tablestore.directory" => Self::value_to_string(val),
|
||||
"table_store.directory" => Self::value_to_string(val),
|
||||
"protected_store.allow_insecure_fallback" => Self::value_to_bool(val),
|
||||
"protected_store.always_use_insecure_storage" => Self::value_to_bool(val),
|
||||
"protected_store.insecure_fallback_directory" => Self::value_to_string(val),
|
||||
"network.max_connections" => Self::value_to_u32(val),
|
||||
"network.node_id" => Self::value_to_dht_key(val),
|
||||
"network.node_id_secret" => Self::value_to_dht_key_secret(val),
|
||||
|
Reference in New Issue
Block a user