-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path.env
More file actions
18 lines (13 loc) · 641 Bytes
/
.env
File metadata and controls
18 lines (13 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# These values can be overridden at build time using an .env.local file, or at
# run time when using Docker, by setting environment variables on the container.
# API URL for OSMCha backend
OSMCHA_API_URL=https://osmcha.org/api/v1
OSMCHA_OSM_URL=https://www.openstreetmap.org
OSMCHA_OSM_API=https://api.openstreetmap.org/api/0.6
OSMCHA_ADIFF_SERVICE_URL=https://adiffs.osmcha.org
OSMCHA_OVERPASS_BASE=https://overpass-api.de/api/interpreter
OSMCHA_NOMINATIM_URL=https://nominatim.openstreetmap.org/search.php
OSMCHA_PAGE_SIZE=25
# default filter "from" (in days) and "to" (in minutes)
OSMCHA_DEFAULT_FROM_DATE=2
OSMCHA_DEFAULT_TO_DATE=5