Fellas, how do you cater for external configuratio...
# random
a
Fellas, how do you cater for external configurations into your apps (server side or desktop)??? I am currently using TOML files, but lack of referencing other config values warrants for extra repetition of the configuration, does anyone have a better option apart from TOML/JSON/XML?? Supposedly one with referential capabilities???
o
a
Thanks a lot, this is exactly what I was looking for
j
There is actually pretty good library for this: config4k. It is a lightweight kotlin wrapper for lightbend/config.
👍 1