-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env-example
More file actions
28 lines (23 loc) · 831 Bytes
/
.env-example
File metadata and controls
28 lines (23 loc) · 831 Bytes
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
# Time backend is allowed to take before socket to client is broken
# GUNICORN_TIMEOUT_VALUE=90
# Number of parallel processes handling user requests
GUNICORN_WORKERS=1
# backend entrypoint - do not edit
FLASK_APP=batimap.app
# backend verbosity
# BATIMAP_VERBOSITY=DEBUG
# IMPOSM_VERBOSITY=DEBUG
# database connection settings - do not forgot to update back/app*.conf too!
POSTGRES_USER=docker
POSTGRES_PASSWORD=batimap
POSTGRES_DB=gis
POSTGRES_HOST=postgis
POSTGRES_PORT=5432
# should data be always reimported at container restart
FORCE_IMPORT=false
# custom server for region download (geofabrik if unset) - update tiles/config.json if set!
REGIONS_URL=
# region to import. By default the whole country (France)
REGIONS=france/basse-normandie-latest
INITIAL_MAX_ZOOM=4
# max zoom to cache when application is (re)starting