diff --git a/data/conf/cgrates/cgrates.json b/data/conf/cgrates/cgrates.json index cf03f6f07..9cf7b50d7 100644 --- a/data/conf/cgrates/cgrates.json +++ b/data/conf/cgrates/cgrates.json @@ -68,7 +68,7 @@ // "db_host": "127.0.0.1", // data_db host address // "db_port": 6379, // data_db port to reach the database // "db_name": "10", // data_db database name to connect to -// "db_user": "", // username to use when connecting to data_db +// "db_user": "cgrates", // username to use when connecting to data_db // "db_password": "", // password to use when connecting to data_db // "load_history_size": 10, // Number of records in the load history // }, @@ -80,7 +80,7 @@ // "db_port": 3306, // the port to reach the stordb // "db_name": "cgrates", // stor database name // "db_user": "cgrates", // username to use when connecting to stordb -// "db_password": "CGRateS.org", // password to use when connecting to stordb +// "db_password": "", // password to use when connecting to stordb // "max_open_conns": 100, // maximum database connections opened // "max_idle_conns": 10, // maximum database connections idle // "cdrs_indexes": [], // indexes on cdrs table to speed up queries, used only in case of mongo