Exlll

Results 16 comments of Exlll

Automatically resolving the names of auto-generated environment variables would currently (i.e. without some major rewrite) only be possible for the simple case in which configurations are not nested. For example,...

Alright, thanks for the clarifying examples, now I better understand how you would like to use this feature. The fact that during deserialization objects don't know about their parents (as...

Again, if you want a solution that requires absolutely no change from plugin authors, then what you want is not possible. Plugins authors need to change their code and manually...

Alright, I'll try to implement it over the weekend and will keep you updated. > If there's the same key with a different casing in a plugins config - that's...

Quick update: The feature itself is ready; only the documentation is missing. However, I found another quite annoying bug in the library that I need to fix first which might...

This is now available in [version 4.6.0](https://github.com/Exlll/ConfigLib/releases/tag/v4.6.0). Docs can be found in the README under the [Overwriting configuration values with environment variables](https://github.com/Exlll/ConfigLib?tab=readme-ov-file#overwriting-configuration-values-with-environment-variables) section. I'm sorry for long wait, real life...