mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Update config file
This commit is contained in:
committed by
Dan Christian Bogos
parent
5fc02a5478
commit
28f9d335da
@@ -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: <true|false>.
|
||||
// },
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user