From 21f977c9bd6454f8b04919c750aa8643801bb32a Mon Sep 17 00:00:00 2001 From: Sam <30859143+samoneilll@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:56:28 +1200 Subject: [PATCH] Update environment.ini Sets Debug level to 0 --- static/pathfinder/environment.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/pathfinder/environment.ini b/static/pathfinder/environment.ini index da5de14..19c2a1f 100644 --- a/static/pathfinder/environment.ini +++ b/static/pathfinder/environment.ini @@ -13,7 +13,7 @@ BASE = ; deployment URL (e.g. https://www.pathfinder-w.space) URL = {{@SCHEME}}://$DOMAIN ; level of debug/error stack trace -DEBUG = 3 +DEBUG = 0 ; Pathfinder database DB_PF_DNS = mysql:host=${MYSQL_HOST};port=${MYSQL_PORT};dbname= DB_PF_NAME = $MYSQL_PF_DB_NAME