Before using RockMongo, You need to determine which verification method to use. If cmd_auth is set to true, the user must use the username and password in MongoDB (by the command db. addUser () add), so the configuration of pai_user, pai_pass and pai_db is no longer needed, because the user can
Before using RockMongo, You need to determine which verification method to use. If cmd_auth is set to true, the user must use the username and password in MongoDB (by the command db. addUser () add), so the configuration of pai_user, pai_pass and pai_db is no longer needed, because the user can
Performance_auth and control_auth
Before using RockMongo, You need to determine which verification method to use.
If cmd_auth is set to true, the user must use the username and password in MongoDB (by the command db. addUser () is added. Therefore, the values of "Login _user", "Login _pass", and "Login _db" in the configuration are no longer needed, because you can enter this information on the interface.
If control_auth is set to true and cmd_auth is set to false, the user must log on according to the configuration of the control_users option. Then, mongo_user, mongo_pass, and mongo_db will take effect. For the sake of security, the default user name and password should be changed to a complicated user name and password for the website space and the Hong Kong server as soon as possible after installation.
If both ipv_auth and control_auth are set to false, you can log on without the user name and password.