Package 

Class Config


  • 
    public class Config
    
                        

    Config reads values with the following priority: 1) system properties, 2) environment variables, 3) optional configuration file. It also includes default values to ensure a valid config.

    System properties are PREFIX'ed. Environment variables are the same as the system property, but uppercased with '.' -> '_'.