mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 16:18:44 +05:00
Empty default password for stordb to avoid mongo issues, tests fixups
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"db_port": 5432, // the port to reach the stordb
|
||||
"db_name": "cgrates", // stor database name
|
||||
"db_user": "cgrates", // username to use when connecting to stordb
|
||||
"db_passwd": "CGRateS.org", // password to use when connecting to stordb
|
||||
"db_password": "CGRateS.org", // password to use when connecting to stordb
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user