Umstellung auf Network App

This commit is contained in:
borgal
2024-06-17 21:09:41 +02:00
parent 435e83f123
commit c81532f87c
2 changed files with 2 additions and 0 deletions

1
unifi/.env.sample Normal file
View File

@@ -0,0 +1 @@
PASS=ChangeMe

View File

@@ -0,0 +1 @@
db.getSiblingDB("unifi").createUser({user: "unifi", pwd: "ChangeMe", roles: [{role: "dbOwner", db: "unifi"}, {role: "dbOwner", db: "unifi_stat"}]});