fix: restore local mileage monitoring queries
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
shishengliang
2026-09-16 09:10:39 +08:00
parent d7538ed6eb
commit c49a02e3d9
3 changed files with 50 additions and 1 deletions
+4
View File
@@ -12,3 +12,7 @@ DB_PORT=3306
DB_USER=
DB_PASSWORD=
DB_NAME=
# Local development uses the public OneOS endpoint; the ECS private IP is not reachable locally.
ONEOS_MILEAGE_API_BASE_URL=https://open.d.lnoneos.com
ONEOS_MILEAGE_API_KEY=
ONEOS_MILEAGE_API_TIMEOUT_MS=20000