use keycloak2 as subdomain
This commit is contained in:
parent
6d0cceac34
commit
fefed81c17
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ assert lib.assertMsg (
|
|||
|
||||
src = pkgs.writeTextDir "${database}.sql" ''
|
||||
CREATE USER "${username}" WITH PASSWORD '${password}';
|
||||
GRANT ALL PRIVILEGES ON DATABASE "${username}" TO "${database}";
|
||||
GRANT ALL PRIVILEGES ON DATABASE "${database}" TO "${username}";
|
||||
'';
|
||||
|
||||
buildCommand = ''
|
||||
|
|
Loading…
Reference in a new issue