From b4d756770ec506f13b07fdf3f41ab3e0184148cd Mon Sep 17 00:00:00 2001 From: buffet Date: Sat, 25 May 2024 18:03:02 +0200 Subject: [PATCH] Revert "Merge pull request 'feat: temporarily enable hostname debug' (#9) from kc-hostname-debug into main" This reverts commit b5111a469605b51499adf905d755d932ee8a0828, reversing changes made to ec511d5c22bc3f999747ef8c3e31e795df67d422. --- hosts/ami/keycloak.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/ami/keycloak.nix b/hosts/ami/keycloak.nix index 368b7f8..d214a9f 100644 --- a/hosts/ami/keycloak.nix +++ b/hosts/ami/keycloak.nix @@ -16,7 +16,6 @@ in { hostname = "https://kc.buffet.sh/"; http-port = port; proxy = "edge"; - hostname-debug = "true"; }; };