Skip to content

v0.5.1

Compare
Choose a tag to compare
@haroon-sheikh haroon-sheikh released this 23 Aug 18:26
· 235 commits to master since this release
bf8f375

Changed

  • Now adds the property from keepass configuration keys in original format as well as lower-cased.

E.g. For property TEST_PROPERTY, should now be able to get by EnvConfig.get("TEST_PROPERTY") or EnvConfig.get("test.property").

  • Keepass properties now take precedence over the environment variables.