Update default config sample

This commit is contained in:
ionutboangiu
2024-08-09 20:31:16 +03:00
committed by Dan Christian Bogos
parent b0758d082d
commit 4693983891

View File

@@ -156,10 +156,11 @@
// "mongoConnScheme": "mongodb", // scheme for MongoDB connection <mongodb|mongodb+srv>
// "mysqlLocation": "Local", // the location the time from mysql is retrieved
// "pgSSLMode": "disable", // determines whether or with what priority a secure SSL TCP/IP connection will be negotiated with the server
// "pgSSLCert": "", // file name of the client SSL certificate, replacing the default ~/.postgresql/postgresql.crt
// "pgSSLKey": "", // location for the secret key used for the client certificate
// "pgSSLPassword": "", // specifies the password for the secret key specified in pgSSLKey
// "pgSSLRootCert": "", // name of a file containing SSL certificate authority (CA) certificate(s)
// //"pgSSLCert": "", // file name of the client SSL certificate, replacing the default ~/.postgresql/postgresql.crt
// //"pgSSLKey": "", // location for the secret key used for the client certificate
// //"pgSSLPassword": "", // specifies the password for the secret key specified in pgSSLKey
// //"pgSSLCertMode": "allow", // determines whether a client certificate may be sent to the server, and whether the server is required to request one
// //"pgSSLRootCert": "", // name of a file containing SSL certificate authority (CA) certificate(s)
// "pgSchema": "" // postgres schema to use
// },
// "items":{
@@ -220,6 +221,7 @@
// "ws_url": "/ws", // WebSockets relative URL ("" to disable)
// "freeswitch_cdrs_url": "/freeswitch_json", // Freeswitch CDRS relative URL ("" to disable)
// "http_cdrs": "/cdr_http", // CDRS relative URL ("" to disable)
// "pprof_path": "/debug/pprof/", // endpoint for serving runtime profiling data for pprof visualization
// "use_basic_auth": false, // use basic authentication
// "auth_users": {}, // basic authentication usernames and base64-encoded passwords (eg: { "username1": "cGFzc3dvcmQ=", "username2": "cGFzc3dvcmQy "})
// "client_opts":{