Commit Graph

2 Commits (70a576a2894c9d57d2a3ea0ca8a206ddc6d3d3a4)

Author SHA1 Message Date
Christian Merten 6ffa2376b8
settings: use toml configuration files
We replace the current environment variable based configuration approach by
reading all local configuration from a `settings.toml` configuration file.
The docker test, development and production setups have been updated to use
the new setup.

The configuration folder also allows overriding every template in a
`config/templates` directory. We use this in a follow-up to move
all local specific templates, e.g. the registration form, into this
config directory.
11 months ago
Christian Merten f0ed36a0cc
docker/development: add example .env file 1 year ago