Commit 7f191cda by ansible

change admin's password

1 parent 96873f19
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ db.auth("mongoapp", "mOng0@pp") ...@@ -7,7 +7,7 @@ db.auth("mongoapp", "mOng0@pp")
db.createCollection("admin_user", {}) db.createCollection("admin_user", {})
db.admin_user.insert( { db.admin_user.insert( {
"username" : "admin", "username" : "admin",
"password" : "nIkgyeBnaysxBa6bNaHz5g==" "password" : "Nr2pY6IAf4kaNULZGFxLYg=="
} ) } )
db.createCollection('external_apis_config_publish', {}) db.createCollection('external_apis_config_publish', {})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!