When it comes to config keys, do they have a default value if they are not present in the config file? #1812
-
Hi! If i dont have a key-value pair inside of the config file, do they default to something? Maybe what ever is in the default config file? I tried looking in both the documentation, PRs and in discussions but couldn't find an answer. |
Beta Was this translation helpful? Give feedback.
Answered by
glensc
Mar 1, 2024
Replies: 1 comment 3 replies
-
what config file you refer to? can't read your mind or display |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
config.yml is merged with config.default.yml, server.yml has no fallback, and there's also .env file
additionally, sync section is merged with server config from server.yml (see readme)