From 94802e505e5485106aff776dbbc660b48cabccc1 Mon Sep 17 00:00:00 2001 From: Brian Canini <canini.16@osu.edu> Date: Wed, 28 Aug 2019 14:19:06 -0400 Subject: [PATCH] turning off twig debug in preproduction --- web/sites/default/services.pantheon.preproduction.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/sites/default/services.pantheon.preproduction.yml b/web/sites/default/services.pantheon.preproduction.yml index 343ddf6586..0fb6cd39a1 100644 --- a/web/sites/default/services.pantheon.preproduction.yml +++ b/web/sites/default/services.pantheon.preproduction.yml @@ -12,7 +12,7 @@ # parameters: twig.config: - debug: true + debug: false session.storage.options: # Set session lifetime (in seconds), i.e. the time from the user's last # visit to the active session may be deleted by the session garbage -- GitLab