26 lines
766 B
Bash
26 lines
766 B
Bash
# Copy this file to config/service.env and adjust the machine-specific paths.
|
|
|
|
APP_ENV=dev
|
|
|
|
SERVICE_NAME=map-asset-gateway
|
|
SERVICE_VERSION=0.2.0
|
|
SERVICE_COMMIT=local
|
|
|
|
API_HOST=127.0.0.1
|
|
API_PORT=8910
|
|
API_BASE_URL=http://127.0.0.1:8910
|
|
TILE_PUBLIC_BASE_URL=http://127.0.0.1:8910
|
|
VECTOR_PUBLIC_BASE_URL=http://127.0.0.1:8910
|
|
|
|
SQLITE_PATH=C:\path\to\map-asset-gateway\data\map-asset-gateway.db
|
|
BASEMAP_SCAN_ROOT=C:\path\to\map-asset-gateway\data\tiles
|
|
VECTOR_SCAN_ROOT=C:\path\to\map-asset-gateway\data\geojson
|
|
AUTO_SCAN_ON_START=true
|
|
|
|
GOCACHE=C:\path\to\map-asset-gateway\.gocache
|
|
GOMODCACHE=C:\path\to\map-asset-gateway\.gomodcache
|
|
GOTMPDIR=C:\path\to\map-asset-gateway\.gotmp
|
|
GOPATH=C:\path\to\map-asset-gateway\.gopath
|
|
GOPROXY=https://goproxy.cn,direct
|
|
GOSUMDB=off
|