--- dao/DaoAdresseService/src/dk/daoas/daoadresseservice/admin/ServiceConfig.java 2015/02/23 15:01:15 2348 +++ dao/DaoAdresseService/src/dk/daoas/daoadresseservice/admin/ServiceConfig.java 2015/02/23 15:02:48 2349 @@ -12,4 +12,10 @@ @ConfigVariable public boolean useOpenStreetMaps; + @ConfigVariable(mandatory=false, readonly=true) + public String googleApiUser; + + @ConfigVariable(mandatory=false, hideValue=true) + public String googleApiKey; + }