From e37867b9db1d53a9068f3e8ecda69f7ed520571f Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:43:09 -0500 Subject: [PATCH] [O] Disable whitelabel error page --- config/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/application.properties b/config/application.properties index a9a29721..7331b906 100644 --- a/config/application.properties +++ b/config/application.properties @@ -113,3 +113,6 @@ aqua-net.geoip.ip-header=CF-Connecting-IP ## JWT Authentication Settings aqua-net.jwt.secret="Open Sesame!" + +## Disable debug pages +server.error.whitelabel.enabled=false \ No newline at end of file