Hello,
I have made the following changes in config file
“database” : {
“type” : “mongodb”,
“mongodb” : {
“host” : “localhost”,
“database” : “thinger”,
“username” : “PAdmin”,
“password” : “Padmin Password”
}
},
2018-04-27T07:09:30.515337 fatal [Server Manager] Thread (140081326016256) running error: OperationException: { ok: 0.0, errmsg: “not authorized on thinger to execute command { createIndexes: “refresh_tokens”, indexes: [ { name: “used_1”, key: { used: 1 }, expireAfterSeconds: 527…”, code: 13, codeName: “Unauthorized” }
I have also tried with
"user" : “PAdmin”,
“pwd” : “Padmin Password”
What are the correct settings?
Thanks
Roman