Initial import
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
graylog = db.getSiblingDB('graylog');
|
||||
graylog.createUser(
|
||||
{
|
||||
user: "graylog",
|
||||
pwd: "vWGzncmBe9",
|
||||
roles: [
|
||||
{ role: "dbOwner", db: "graylog" }
|
||||
]
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user