Hello, is it possible to add prefix for config? Ri...
# hoplite
c
Hello, is it possible to add prefix for config? Right now using env variable source and want them to all start with prefix e.g.
data class ExampleConfig(val test: Boolean)
EXAMPLE_TEST=true