From 9fb5fe35e7ab3cc7ec5e1e9fc2158af5450e6cce Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Thu, 23 Sep 2021 18:13:53 -0600 Subject: [PATCH] revert dev settings and incorrect fix --- config/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.yml b/config/settings.yml index d622f8b..c1106d7 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -13,7 +13,7 @@ ip-from-header: "_env:YESOD_IP_FROM_HEADER:false" # By default, `yesod devel` runs in development, and built executables use # production settings (see below). To override this, use the following: # -development: true +# development: false # Optional values with the following production defaults. # In development, they default to the inverse.