test: enable authelia debug output

This commit is contained in:
ibizaman 2025-08-22 23:10:35 +02:00 committed by Pierre Penninckx
parent af968c8163
commit f17d18f7bc

View file

@ -454,6 +454,7 @@ in
inherit (config.test) domain;
subdomain = "auth";
ssl = config.shb.certs.certs.selfsigned.n;
debug = true;
ldapHostname = "127.0.0.1";
ldapPort = config.shb.lldap.ldapPort;