awwawaawawawwaaw
This commit is contained in:
parent
9c1343bfbd
commit
cc8a1b1fa3
4 changed files with 452 additions and 11 deletions
|
|
@ -50,7 +50,7 @@ in
|
|||
host = "/run/postgresql";
|
||||
port = "5432";
|
||||
database = "authelia";
|
||||
username = "authelia";
|
||||
username = "authelia-main";
|
||||
password = "dosentmatter";
|
||||
};
|
||||
};
|
||||
|
|
@ -68,7 +68,7 @@ in
|
|||
ensureDatabases = [ "authelia" ];
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "authelia";
|
||||
name = "authelia-main";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue