mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-03 00:46:18 +00:00
add Kubernetes files
This commit is contained in:
10
Unifi-Controller/kubernetes/init-mongo.js
Normal file
10
Unifi-Controller/kubernetes/init-mongo.js
Normal file
@@ -0,0 +1,10 @@
|
||||
db.getSiblingDB("unifi").createUser({
|
||||
user: "unifi",
|
||||
pwd: "5nHgg3G0cH9d",
|
||||
roles: [{ role: "dbOwner", db: "unifi" }],
|
||||
});
|
||||
db.getSiblingDB("unifi_stat").createUser({
|
||||
user: "unifi",
|
||||
pwd: "5nHgg3G0cH9d",
|
||||
roles: [{ role: "dbOwner", db: "unifi_stat" }],
|
||||
});
|
Reference in New Issue
Block a user