System.getenv("")
Get String from system enviroment variables
System.getProperty()
Get String from property file
private static ResourceBundle resourceBundle = ResourceBundle.getBundle(
"com.carel.supervisor.base.config.supervisor");
public static final String COMPANY_NAME = resourceBundle.getString("COMPANY_NAME");