From 89f2f91199a18d9c496a5befa16b75f87e090d97 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sat, 29 Jun 2019 23:55:50 +0000 Subject: [PATCH] Remove build-time settings from settings template The settings file is now used only during run time, and build-time settings are set directly in source code. This patch removes those settings from the YAML file, since they're unused, to avoid confusion. --- config/settings-default.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/settings-default.yaml b/config/settings-default.yaml index 8ff82ab..8378fe1 100644 --- a/config/settings-default.yaml +++ b/config/settings-default.yaml @@ -1,12 +1,6 @@ # Values formatted like "_env:ENV_VAR_NAME:default_value" can be overridden by # the specified environment variable. See the Yesod wiki, Configuration page. -############################################################################### -# Static files -############################################################################### - -static-dir: "_env:STATIC_DIR:static" - ############################################################################### # HTTP server ############################################################################### @@ -56,9 +50,7 @@ actor-key-rotation: # development: false # detailed-logging: false # should-log-all: false -# reload-templates: false # mutable-static: false -# skip-combining: false # load-font-from-lib-data: false