{ "port" : 3018, "address" : "localhost", "application_searcher" : "./contacts/application_searching.js", "records_dir" : "./data/contacts", "file_shunting" : false, "index_file" : "./contacts/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-contact", "shrinkage" : 2.3, "search_backup_file" : "./logs/contact-server.db", "updating_records_directory" : "./data/contacts", "assets_directory" : "./data/contacts", "asset_type" : "contact", "pub_topic" : "add_contact", "unpub_topic" : "remove_contact" }