-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.example.json
32 lines (32 loc) · 1.04 KB
/
config.example.json
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
{
"OSM_URL": "https://www.openstreetmap.org",
"OSM_API_URL": "https://api.openstreetmap.org",
"OSM_USER": "user",
"OSM_PASS": "pass",
"OSM_CLIENT_ID": "id",
"OSMOSE_URL": "https://osmose.openstreetmap.fr",
"NOMINATIM_URL": "https://nominatim.openstreetmap.org",
"MAPILLARY_URL": "https://www.mapillary.com",
"MAPILLARY_API_KEY": "yourtoken",
"MATOMO_HOST": "https://stats.domaine.fr/",
"MATOMO_SITE": "6",
"REPOSITORY_URL": "https://github.com/vdct/ProjetDuMois",
"JOSM_REMOTE_URL": "http://localhost:8111",
"OSH_PBF_URL": "https://osm-internal.download.geofabrik.de/europe/france/reunion-internal.osh.pbf",
"VECT_STYLE": "https://tile-vect.openstreetmap.fr/styles/liberty/style.json",
"PDM_TILES_URL": "http://localhost:7800",
"DB_USE_IMPOSM_UPDATE": true,
"WORK_DIR": "/tmp/pdm",
"GEOJSON_BOUNDS": {
"type": "Polygon",
"coordinates": [
[
[55.02777, -21.55017],
[56.08795, -21.55017],
[56.08795, -20.73556],
[55.02777, -20.73556],
[55.02777, -21.55017]
]
]
}
}