UNPKG

captcha-igid

Version:
99 lines (98 loc) 3.07 kB
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 } }, "contacts" : { "port" : 5116, "address" : "192.168.1.77", "files_only" : false, "output_dir" : "fail_over_persistence", "output_file" : "/user_data.json", "max_pending_messages" : false, "file_shunting" : true, "max_reconnect" : 24, "reconnect_wait" : 5, "attempt_reconnect" : true }, "endpoints" : { "port" : 5119, "address" : "localhost", "files_only" : false, "output_dir" : "fail_over_persistence", "output_file" : "/management_data.json", "max_pending_messages" : false, "file_shunting" : true, "max_reconnect" : 24, "reconnect_wait" : 5, "attempt_reconnect" : true }, "users" : { "port" : 5668, "address" : "192.168.1.75", "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 }, "message_relays" : { "port" : 5114, "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_key-secondary.txr", "am_initializer" : true, "seed" : 9849381, "record_size" : 8, "el_count" : 20000 } }, "session_relay" : { "port" : 7878, "address" : "192.168.1.77", "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 }, "session_table" : { "in_mem_table_connect" : { "uds_path" : `${__dirname}/all_session_pipe-1`, "uds_path_count" : 0 } } }