global_session
Version:
A link between LRU and messaging to peers which may store or cache LRU entries remotely
41 lines (40 loc) • 1.44 kB
Plain Text
{
"edge_supported_relay" : true,
"auth_path" : "auths",
"port" : 7878,
"address" : "localhost",
"path_types" : {
"auths" : {
"relay" : {
"peers" : [
{
"port" : 5116,
"address" : "localhost",
"tls" : {
"client_key" : "keys/cl_ec_key.pem",
"client_cert" : "keys/cl_ec_crt.crt",
"server_cert" : "keys/ec_crt.crt"
}
},
{
"port" : 5118,
"address" : "localhost",
"tls" : {
"client_key" : "keys/cl_ec_key.pem",
"client_cert" : "keys/cl_ec_crt.crt",
"server_cert" : "keys/ec_crt.crt"
}
}
]
},
"module_path" : "captcha-ipfs",
"cache" : {
"master_of_ceremonies" : "/Users/richardalbertleddy/Documents/GitHub/global-sessions/test",
"seed" : 9849381,
"record_size" : 384,
"el_count" : 20000,
"proc_names" : [ "test" ]
}
}
}
}