Files
vikunja/pkg
kolaente 3479fa1228 feat(config): only read file sub-keys from files
This removes reading config values from _file and instead only reads from file sub keys. This should make it easier to not accidentally specify the same value twice.
The syntax via env does not change, but via a config file this:

database:
  password_file: foo

becomes

database:
  password:
    file: foo
2024-11-18 08:52:21 +01:00
..
2024-10-28 14:04:54 +01:00
2024-10-15 10:42:30 +00:00
2024-09-01 19:37:27 +02:00