postgresql: Create roles
This commit is contained in:
parent
6f424db18b
commit
7ed141d52e
1 changed files with 11 additions and 0 deletions
|
@ -13,6 +13,17 @@
|
|||
"dendrite"
|
||||
"matrix-sliding-sync"
|
||||
];
|
||||
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "dendrite";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "matrix-sliding-sync";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
postgresqlBackup = {
|
||||
|
|
Loading…
Reference in a new issue