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" ''
|
src = pkgs.writeTextDir "${database}.sql" ''
|
||||||
CREATE USER "${username}" WITH PASSWORD '${password}';
|
CREATE USER "${username}" WITH PASSWORD '${password}';
|
||||||
GRANT ALL PRIVILEGES ON DATABASE "${username}" TO "${database}";
|
GRANT ALL PRIVILEGES ON DATABASE "${database}" TO "${username}";
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue