-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathconverter.yml
43 lines (36 loc) · 1.09 KB
/
converter.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
nominatimURL: https://nominatim.openstreetmap.org/search
nominatimReverseURL: https://nominatim.openstreetmap.org/reverse
nominatim: true
nominatimEmail: ${NOM_EMAIL}
openCageDataURL: https://api.opencagedata.com/geocode/v1/json
openCageDataKey: ${OCD_KEY}
openCageData: true
peliasURL: ${PELIAS_URL}
peliasKey: ${PELIAS_KEY}
pelias: true
netToolKitGeocodingURL: https://api.nettoolkit.com/v1/geo/geocodes?
netToolKitReverseGeocodingURL: https://api.nettoolkit.com/v1/geo/reverse-geocodes?
netToolKitKey: ${NTK_KEY}
netToolKit: true
gisgraphyGeocodingURL: ${GIS_GEO_URL}
gisgraphyReverseGeocodingURL: ${GIS_REV_GEO_URL}
gisgraphySearchURL: ${GIS_SEARCH_URL}
gisgraphyAPIKey: ${GIS_KEY}
gisgraphy: true
photonURL: https://photon.komoot.io/api/
photonReverseURL: https://photon.komoot.io/reverse/
photon: true
# e.g. to restrict for local access
# ipWhiteList:"localhost,127.0.0.1"
ipWhiteList: ""
server:
applicationConnectors:
- type: http
port: 8080
requestLog:
appenders: []
adminConnectors:
- type: http
port: 8081
# for security reasons bind to localhost
bindHost: localhost