Understanding Fallbacks in Config
Struggling on understanding
I want to have
I have something like this
This is not working (obviously), I just don't fully grasp how effect wants fallbacks written.
if
Do i need to provide a map?
sorry i know this codes not correct
Config fallbacks.I want to have
Config read env values, and if that value does not exist, I want a fallback for some values.I have something like this
This is not working (obviously), I just don't fully grasp how effect wants fallbacks written.
if
Config.string returns a falsey string, is that going to trigger an orElse clause?Do i need to provide a map?
sorry i know this codes not correct
