/[projects]/dao/DaoAdresseService/src/dk/daoas/daoadresseservice/admin/ServiceConfig.java
ViewVC logotype

Annotation of /dao/DaoAdresseService/src/dk/daoas/daoadresseservice/admin/ServiceConfig.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2349 - (hide annotations) (download)
Mon Feb 23 15:02:48 2015 UTC (9 years, 3 months ago) by torben
File size: 406 byte(s)
Load google keys from config
1 torben 2346 package dk.daoas.daoadresseservice.admin;
2    
3     import dk.thoerup.webconfig.ConfigVariable;
4    
5    
6    
7     public class ServiceConfig {
8    
9     @ConfigVariable
10     public boolean useGoogle;
11    
12     @ConfigVariable
13     public boolean useOpenStreetMaps;
14    
15 torben 2349 @ConfigVariable(mandatory=false, readonly=true)
16     public String googleApiUser;
17    
18     @ConfigVariable(mandatory=false, hideValue=true)
19     public String googleApiKey;
20    
21 torben 2346 }

  ViewVC Help
Powered by ViewVC 1.1.20