configura icon indicating copy to clipboard operation
configura copied to clipboard

Configuration in environment variables and/or with defaults!

Results 1 configura issues
Sort by recently updated
recently updated
newest added

If I have something like: ``` type Config struct { Foo struct { Bar int } } ``` I should be able to set `Bar` with the env var: `PREFIX_FOO_BAR`...

enhancement