{ "port" : 3018, "address" : "localhost", "application_searcher" : "./chats/application_searching.js", "records_dir" : "./data/chats", "index_file" : "./chats/index.html", "relayer" : { "paths" : [] }, "tls" : { "client_key" : "keys/ec_key.pem", "client_cert" : "keys/ec_crt.crt", "server_cert" : "keys/srv_ec_crt.crt" }, "subscribe" : "publish-chat", "shrinkage" : 2.3, "search_backup_file" : "./logs/chats.db", "updating_records_directory" : "./data/chats", "assets_directory" : "./data/chats", "asset_type" : "chats", "pub_topic" : "add_chat", "unpub_topic" : "remove_chat" }