global_session
Version:
A link between LRU and messaging to peers which may store or cache LRU entries remotely
68 lines (67 loc) • 2.49 kB
Plain Text
{
"port" : 5110,
"address" : "localhost",
"app_handles_subscriptions" : true,
"app_can_block_and_respond" : true,
"password" : "admin",
"module_path" : "captcha-ipfs",
"auth_path" : "session-p2p",
"cache" : {
"manage_section" : "create",
"master_of_ceremonies" : "/Users/richardalbertleddy/Documents/GitHub/copious-transitions/captcha-ipfs",
"seed" : 9849381,
"record_size" : 384,
"el_count" : 20000,
"proc_names" : [ "captcha-ipfs", "dashboard", "profiles", "song-search", "media-up" ]
},
"relay" : {
"files_only" : false,
"output_dir" : "fail_over_persistence",
"output_file" : "/user_data.json",
"port" : 5110,
"address" : "localhost",
"max_pending_messages" : false,
"file_shunting" : false,
"max_reconnect" : 24,
"reconnect_wait" : 5,
"attempt_reconnect" : true
},
"lrus" : [
{
"module_path" : "dashboard",
"auth_path" : "session-p2p",
"manage_section" : true,
"cache" : {
"master_of_ceremonies" : "/Users/richardalbertleddy/Documents/GitHub/copious-transitions/dashboard",
"seed" : 9849381,
"record_size" : 384,
"el_count" : 20000,
"proc_names" : [ "captcha-ipfs", "dashboard", "profiles", "song-search", "media-up" ]
}
},
{
"module_path" : "profiles",
"auth_path" : "session-p2p",
"manage_section" : false,
"cache" : {
"master_of_ceremonies" : "/Users/richardalbertleddy/Documents/GitHub/copious-transitions/dashboard",
"seed" : 9849381,
"record_size" : 384,
"el_count" : 20000,
"proc_names" : [ "captcha-ipfs", "dashboard", "profiles", "song-search", "media-up" ]
}
},
{
"module_path" : "media-up",
"auth_path" : "session-p2p",
"cache" : {
"manage_section" : "create",
"master_of_ceremonies" : "/Users/richardalbertleddy/Documents/GitHub/copious-transitions/dashboard",
"seed" : 9849381,
"record_size" : 384,
"el_count" : 20000,
"proc_names" : [ "captcha-ipfs", "dashboard", "profiles", "song-search", "media-up" ]
}
}
]
}