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.
This commit is contained in:
fr33domlover 2019-06-29 23:55:50 +00:00
parent 2376cbd479
commit 89f2f91199

View file

@ -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