change auth url

This commit is contained in:
Satria 2026-03-07 14:00:41 +07:00
commit 5616ab071e

View file

@ -6,7 +6,7 @@
settings = { settings = {
PORT = "1411"; PORT = "1411";
HOST = "127.0.0.1"; HOST = "127.0.0.1";
APP_URL = "https://auth.proxy.${homelab.domain}"; APP_URL = "https://auth.${homelab.domain}";
TRUST_PROXY = true; TRUST_PROXY = true;
}; };
}; };