From 28f9d335da98b724c8f58d1cfc2db76c7954a1be Mon Sep 17 00:00:00 2001 From: Trial97 Date: Wed, 31 Oct 2018 12:21:45 +0200 Subject: [PATCH] Update config file --- data/conf/cgrates/cgrates.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/conf/cgrates/cgrates.json b/data/conf/cgrates/cgrates.json index 6cb3700bf..7f493fb49 100644 --- a/data/conf/cgrates/cgrates.json +++ b/data/conf/cgrates/cgrates.json @@ -71,6 +71,17 @@ // }, +// "tls": { +// "server_certificate" : "", // path to server certificate +// "server_key":"", // path to server key +// "client_certificate" : "", // path to client certificate +// "client_key":"", // path to client key +// "ca_certificate":"", // path to CA certificate (populate if used self-sign certificate otherwise let it empty) +// "server_policy":4, // server_policy determine the TLS Client Authentication (0-NoClientCert, 1-RequestClientCert, 2-RequireAnyClientCert, 3-VerifyClientCertIfGiven, 4-RequireAndVerifyClientCert) +// "server_name":"", +// }, + + // "http": { // HTTP server configuration // "json_rpc_url": "/jsonrpc", // JSON RPC relative URL ("" to disable) // "ws_url": "/ws", // WebSockets relative URL ("" to disable) @@ -683,4 +694,9 @@ // }, +// "analyzers":{ +// "enabled":false // starts AnalyzerS service: . +// }, + + } \ No newline at end of file