mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
fix(keycloak): option changed name
This commit is contained in:
parent
3f58ead2ff
commit
b75737ac86
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@
|
||||||
hostname = "auth.julienmalka.me";
|
hostname = "auth.julienmalka.me";
|
||||||
hostname-admin-url = "https://auth.julienmalka.me";
|
hostname-admin-url = "https://auth.julienmalka.me";
|
||||||
http-port = 8080;
|
http-port = 8080;
|
||||||
hostname-strict-backchannel = true;
|
hostname-backchannel-dynamic = true;
|
||||||
proxy = "edge";
|
proxy-headers = "forwarded";
|
||||||
};
|
};
|
||||||
themes = {
|
themes = {
|
||||||
keywind = pkgs.keycloak-keywind;
|
keywind = pkgs.keycloak-keywind;
|
||||||
|
|
Loading…
Add table
Reference in a new issue