perms lol
This commit is contained in:
@@ -98,7 +98,10 @@
|
|||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
{
|
{
|
||||||
name = "booklore";
|
name = "booklore";
|
||||||
ensurePermissions = true;
|
ensurePermissions = {
|
||||||
|
"database.*" = "ALL PRIVILEGES";
|
||||||
|
"*.*" = "SELECT, LOCK TABLES";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user