captcha-igid
Version:
Authorization service for an intergalactic session
45 lines (44 loc) • 1.39 kB
Plain Text
module.exports = {
"persistence" : {
"password" : "admin",
"module_path" : "captcha-igid",
"cache" : {
"token_path" : "./local/api_keys.js",
"am_initializer" : true,
"seed" : 9849381,
"record_size" : 384,
"el_count" : 20000
}
},
"message_relays" : {
"port" : 5112,
"address" : "localhost",
"files_only" : false,
"output_dir" : "fail_over_persistence",
"output_file" : "/user_data.json",
"max_pending_messages" : false,
"file_shunting" : false,
"max_reconnect" : 24,
"reconnect_wait" : 5,
"attempt_reconnect" : true
},
"ipfs": {
"repo_location" : "/Users/richardalbertleddy/Documents/GitHub/copious-transitions-apps/captcha-igid/local/repos",
"dir" : "contact-ipfs-repo",
"swarm_tcp" : 4022,
"swarm_ws" : 4023,
"api_port" : 5022,
"tcp_gateway" : 9797
},
"session" : {
"password" : "admin",
"module_path" : "captcha-igid",
"cache" : {
"token_path" : "/Users/richardalbertleddy/Documents/GitHub/alphas/copious-transition-apps/captcha-igid/local/api_keys.js",
"am_initializer" : true,
"seed" : 9849381,
"record_size" : 8,
"el_count" : 20000
}
}
}