forked from QROWD/QROWD-RDF-Data-Integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env
33 lines (22 loc) · 765 Bytes
/
env
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
# Database config
POSTGRES_VERSION=9.5
POSTGIS_VERSION=2.2
DB_HOST=lgd-db
DB_PORT=5432
DB_USER=lgd
DB_PASS=lgdpwd
DB_NAME=lgd
DB_TYPE=postgresql
DB_SHARED_BUFFERS=2GB
DB_EFFECTIVE_CACHE_SIZE=2GB
DB_WORK_MEM=256MB
DB_MAINTENANCE_WORK_MEM=256MB
# OSM data config
OSM_DATA_BASE_URL=http://download.geofabrik.de/europe/italy/nord-est-latest.osm.pbf
#OSM_DATA_SYNC_URL=http://download.geofabrik.de/europe/monaco-updates/
# Crunch interval is the interval for which to merge individual updates into a single larger update
OSM_DATA_SYNC_CRUNCH_INTERVAL=86400
SPARQLIFY_OPTS=""
# These constants should not be needed as they can be obtained automatically by analysing the osm data base url
#OSM_DATA_SYNC_RECHECK_INTERVAL=900
#OSM_DATA_SYNC_UPDATE_INTERVAL=3600