Initial import of map-asset-gateway

This commit is contained in:
2026-04-14 13:10:10 +08:00
commit 1893ad3857
30 changed files with 6676 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# 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