Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a ctlive user with limited access

Code Block
use ctlive_ENGHOUSEAI
db.createUser(
  {
    user: "ctlive",
    pwd:  "PASSWORD",
    roles: [ { role: "dbOwner", db: "ctlive_ENGHOUSEAI" }]
  }
)

Append user to file /etc/opt/reitek/nodejs/ctliveCredentials.json

Restart ctlive_a