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:
parent
2376cbd479
commit
89f2f91199
1 changed files with 0 additions and 8 deletions
|
@ -1,12 +1,6 @@
|
||||||
# Values formatted like "_env:ENV_VAR_NAME:default_value" can be overridden by
|
# Values formatted like "_env:ENV_VAR_NAME:default_value" can be overridden by
|
||||||
# the specified environment variable. See the Yesod wiki, Configuration page.
|
# the specified environment variable. See the Yesod wiki, Configuration page.
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# Static files
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
static-dir: "_env:STATIC_DIR:static"
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# HTTP server
|
# HTTP server
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
@ -56,9 +50,7 @@ actor-key-rotation:
|
||||||
# development: false
|
# development: false
|
||||||
# detailed-logging: false
|
# detailed-logging: false
|
||||||
# should-log-all: false
|
# should-log-all: false
|
||||||
# reload-templates: false
|
|
||||||
# mutable-static: false
|
# mutable-static: false
|
||||||
# skip-combining: false
|
|
||||||
|
|
||||||
# load-font-from-lib-data: false
|
# load-font-from-lib-data: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue