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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

dao/DaoAdresseService/src/dk/daoas/daoadresseservice/admin/ServiceConfig.java revision 2352 by torben, Mon Feb 23 15:49:00 2015 UTC dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/admin/ServiceConfig.java revision 2768 by torben, Wed Nov 4 22:10:59 2015 UTC
# Line 13  public class ServiceConfig implements Br Line 13  public class ServiceConfig implements Br
13          @ConfigVariable          @ConfigVariable
14          public boolean useOpenStreetMaps;          public boolean useOpenStreetMaps;
15                    
16            @ConfigVariable
17            public int osmTimeout;
18            
19          @ConfigVariable(mandatory=false, readonly=true)          @ConfigVariable(mandatory=false, readonly=true)
20          public String googleApiUser;          public String googleApiUser;
21                    
22          @ConfigVariable(mandatory=false, hideValue=true)          @ConfigVariable(mandatory=false, hideValue=true)
23          public String googleApiKey;          public String googleApiKey;
24            
25            @ConfigVariable
26            public String nominatimBase;
27            
28            @ConfigVariable(mandatory=false)
29            public String notifyEmail;
30    
31          @Override          @Override
32          public int getTimeout() {          public int getTimeout() {

Legend:
Removed from v.2352  
changed lines
  Added in v.2768

  ViewVC Help
Powered by ViewVC 1.1.20