avaje / avaje-config

Application configuration / properties loading for JVM applications
https://avaje.io/config
Apache License 2.0
47 stars 7 forks source link

Multi-Profile Support #81

Closed SentryMan closed 1 year ago

SentryMan commented 1 year ago

Now can set the profiles and load multiple files based on that.

it can be done in three ways

  1. Setting a CONFIG_PROFILES env variable
  2. Adding a -Dconfig.profiles to the command-line
  3. Having a config.profiles property in a config file

Fixes #79