From 58e3ea5c1f829b2bfdf8940b281b5e8612b2f6b5 Mon Sep 17 00:00:00 2001 From: Nicolas Debrigode Date: Fri, 19 Jan 2018 17:46:15 +0100 Subject: [PATCH] remove debug and switch to en --- app/config/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/config.yml b/app/config/config.yml index 8ea03cc..345a28f 100644 --- a/app/config/config.yml +++ b/app/config/config.yml @@ -4,8 +4,8 @@ application: release: '1.0' controller: 'src/Controllers' model: 'src/Models' - locale: 'fr' - debug: TRUE + locale: 'en' + debug: FALSE template_dir: 'web/template' twig: enable_cache: FALSE