diff --git a/config/config_defaults.go b/config/config_defaults.go index 2db7d04f4..f1b64c32a 100644 --- a/config/config_defaults.go +++ b/config/config_defaults.go @@ -73,10 +73,10 @@ const CGRATES_CFG_JSON = ` "http": { // HTTP server configuration - "json_rpc_url": "/jsonrpc" // JSON RPC relative URL ("" to disable) - "ws_url": "/ws", // WebSockets relative URL ("" to disable) - "use_basic_auth": false, // use basic authentication - "auth_users": {} // basic authentication usernames and base64-encoded passwords (eg: { "username1": "cGFzc3dvcmQ=", "username2": "cGFzc3dvcmQy "}) + "json_rpc_url": "/jsonrpc", // JSON RPC relative URL ("" to disable) + "ws_url": "/ws", // WebSockets relative URL ("" to disable) + "use_basic_auth": false, // use basic authentication + "auth_users": {} // basic authentication usernames and base64-encoded passwords (eg: { "username1": "cGFzc3dvcmQ=", "username2": "cGFzc3dvcmQy "}) },