mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Make root superuser
This commit is contained in:
parent
58f99a156c
commit
76fdb43ff8
1 changed files with 7 additions and 0 deletions
|
@ -47,6 +47,13 @@
|
|||
}
|
||||
{
|
||||
name = "root";
|
||||
ensureClauses = {
|
||||
createdb = true;
|
||||
createrole = true;
|
||||
login = true;
|
||||
replication = true;
|
||||
superuser = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue