Move default config into separate file

This commit is contained in:
eikek
2022-05-21 17:00:27 +02:00
parent 37bdbbb435
commit 084dcef996
11 changed files with 61 additions and 30 deletions

View File

@ -176,22 +176,3 @@ via environment variables. There are these settings:
The default settings for joex and restserver are the same and
configure a minimum level of `Warn` and override some loggers with
`Info`.
# Default Config
## Rest Server
{{ incl_conf(path="templates/shortcodes/server.conf") }}
## Joex
{{ incl_conf(path="templates/shortcodes/joex.conf") }}
## Environment Variables
Environment variables can be used when there is no config file
supplied. The listing below shows all possible variables and their
default values.
{{ incl_conf(path="templates/shortcodes/config.env.txt") }}