/[projects]/dao/DaoAdresseService/daoadresseservice.conf
ViewVC logotype

Annotation of /dao/DaoAdresseService/daoadresseservice.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2393 - (hide annotations) (download)
Fri Feb 27 07:34:08 2015 UTC (9 years, 3 months ago) by torben
File size: 501 byte(s)
Load settings from properties file instead of context params
1 torben 2393 # Sample config file
2     # Using standard java properties-file syntax
3    
4    
5     # Bool: use google geocoding to help with streetnames
6     useGoogle = true
7    
8     # Bool: use OSM geocoding to help with streetnames
9     useOpenStreetMaps = true
10    
11     # Int: Timeout for HTTPRequest (ms)
12     osmTimeout = 750
13    
14     # String: Base for nominatim URL
15     nominatimBase = http://nominatim.openstreetmap.org
16    
17     # String: userName for google maps web api
18     # googleApiUser =
19    
20     # String: key for google maps web api
21     # googleApiKey =
22    

  ViewVC Help
Powered by ViewVC 1.1.20