diff --git a/src/Vervis/Application.hs b/src/Vervis/Application.hs index 9422b09..9cf0013 100644 --- a/src/Vervis/Application.hs +++ b/src/Vervis/Application.hs @@ -283,7 +283,10 @@ mailer foundation = appMain :: IO () appMain = do -- Get the settings from all relevant sources - settings <- loadYamlSettingsArgs + settings <- loadYamlSettings + -- Read settings from the settings file + [configSettingsYml] + -- Fall back to compile-time values, set to [] to require values at -- runtime --[configSettingsYmlValue]