Add properties file to a comment listing all the source of configuration
This commit is contained in:
parent
bfd9680d75
commit
da05772897
|
@ -195,7 +195,7 @@ public class Config {
|
|||
// Values from an optionally provided properties file
|
||||
private static Properties propertiesFromConfigFile;
|
||||
|
||||
// Read order: System Properties -> Env Variables, [-> default value]
|
||||
// Read order: System Properties -> Env Variables, [-> properties file], [-> default value]
|
||||
// Visible for testing
|
||||
Config() {
|
||||
propertiesFromConfigFile = loadConfigurationFile();
|
||||
|
|
Loading…
Reference in New Issue