Umstellung auf Network App
This commit is contained in:
1
unifi/.env.sample
Normal file
1
unifi/.env.sample
Normal file
@@ -0,0 +1 @@
|
||||
PASS=ChangeMe
|
||||
1
unifi/init-mongo.js.sample
Normal file
1
unifi/init-mongo.js.sample
Normal file
@@ -0,0 +1 @@
|
||||
db.getSiblingDB("unifi").createUser({user: "unifi", pwd: "ChangeMe", roles: [{role: "dbOwner", db: "unifi"}, {role: "dbOwner", db: "unifi_stat"}]});
|
||||
Reference in New Issue
Block a user