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

Contents of /dao/DaoAdresseService/daoadresseservice.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2769 - (show annotations) (download)
Thu Nov 5 08:06:00 2015 UTC (8 years, 6 months ago) by torben
File size: 692 byte(s)
Finish reload status mail
1 # 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 #Alternative nominatim instanser:
18 # http://nominatim.openstreetmap.org
19 # http://open.mapquestapi.com/nominatim/v1
20
21
22 # String: userName for google maps web api
23 # googleApiUser =
24
25 # String: key for google maps web api
26 # googleApiKey =
27
28 # String: mail to send notifications to
29 notifyEmail = some@mail.com

  ViewVC Help
Powered by ViewVC 1.1.20