kopia lustrzana https://github.com/openmaptiles/openmaptiles
20 wiersze
437 B
Bash
20 wiersze
437 B
Bash
# This file defines default environment variables for all images
|
|
|
|
# Use 3-part patch version to ignore patch updates, e.g. 5.0.0
|
|
TOOLS_VERSION=5.0
|
|
|
|
# Make sure these values are in sync with the ones in .env-postgres file
|
|
PGDATABASE=openmaptiles
|
|
PGUSER=openmaptiles
|
|
PGPASSWORD=openmaptiles
|
|
PGHOST=postgres
|
|
PGPORT=5432
|
|
|
|
QUICKSTART_MIN_ZOOM=0
|
|
QUICKSTART_MAX_ZOOM=7
|
|
DIFF_MODE=false
|
|
|
|
BBOX=-180.0,-85.0511,180.0,85.0511
|
|
MIN_ZOOM=0
|
|
MAX_ZOOM=14
|