Evan Goode 4b1d9d420b Defaults for array-of-tables config settings
Due to https://github.com/BurntSushi/toml/issues/169, we can't simply
use IsDefined to check whether a user supplied a config value in an
array of tables, as in:

[[FallbackAPIServers]]
    CacheTTLSeconds = 123

We can work around this by using *T instead of T in the config
file schema. If the TOML key is not set, it will be parsed as nil.
2025-04-06 23:48:36 +00:00
..
2023-11-29 23:33:09 -05:00
2025-03-22 16:40:26 -04:00
2024-11-20 18:21:07 -05:00
2025-03-23 20:42:13 -04:00