fix(server): Fix overriding of config from env vars#2314
Conversation
fix bug where overriding of s3 and file archiver config from environment variables was not working
|
Thanks for the contribution! Were you able to validate whether providing the default values allows the env override, or should we remove the Option<> from these fields? |
|
It does work after the changes: gives the config I am not sure why the Option<> wrapping was done and didn't feel comfortable removing it without knowing why it was done. If you'd like me to, I can do that, though. |
|
Ok, no need to remove Option<> then, we'll probably need to improve our custom config provider :) |

fix bug where overriding of s3 and file archiver config from environment variables was not working