docs/conf: update config writing docs to talk about includes instead of secrets

This commit is contained in:
Patrik Oldsberg
2021-01-24 18:16:39 +01:00
parent ef7957be48
commit 78a81c1be4
2 changed files with 23 additions and 25 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ allowing for customization.
Configuration is stored in YAML files where the defaults are `app-config.yaml`
and `app-config.local.yaml` for local overrides. Other sets of files can by
loaded by passing `--config <path>` flags. The configuration files themselves
contain plain YAML, but with support for loading in secrets from various sources
using for example `$env` and `$file` keys.
contain plain YAML, but with support for loading in data and secrets from
various sources using for example `$env` and `$file` keys.
It is also possible to supply configuration through environment variables, for
example `APP_CONFIG_app_baseUrl=https://staging.example.com`. However these