From f2bc22496c7d47074dc35998f82c1ee21dc915eb Mon Sep 17 00:00:00 2001 From: leiyun Date: Thu, 2 Jul 2026 22:29:07 +0800 Subject: [PATCH] save --- isolated/.env.example | 1 + isolated/profiles/emp-test/.env.example | 1 + isolated/profiles/emp-uat/.env.example | 1 + 3 files changed, 3 insertions(+) diff --git a/isolated/.env.example b/isolated/.env.example index 53fbb89..1320281 100644 --- a/isolated/.env.example +++ b/isolated/.env.example @@ -145,6 +145,7 @@ PDF_FRONTEND_BASE_URL=http://127.0.0.1:4081 # ----------------------------------------------------------------------------- AMAP_KEY= GEO_AMAP_ENABLED=false +GEO_FIXED_LOCATION_ENABLED=false COS_SECRET_ID=change-me COS_SECRET_KEY=change-me COS_REGION=ap-chengdu diff --git a/isolated/profiles/emp-test/.env.example b/isolated/profiles/emp-test/.env.example index 5aa653b..23f4d69 100644 --- a/isolated/profiles/emp-test/.env.example +++ b/isolated/profiles/emp-test/.env.example @@ -94,6 +94,7 @@ PDF_FRONTEND_BASE_URL=http://127.0.0.1:4750 AMAP_KEY= GEO_AMAP_ENABLED=false +GEO_FIXED_LOCATION_ENABLED=false COS_SECRET_ID=change-me COS_SECRET_KEY=change-me COS_REGION=ap-chengdu diff --git a/isolated/profiles/emp-uat/.env.example b/isolated/profiles/emp-uat/.env.example index 98113ed..4812dfd 100644 --- a/isolated/profiles/emp-uat/.env.example +++ b/isolated/profiles/emp-uat/.env.example @@ -94,6 +94,7 @@ PDF_FRONTEND_BASE_URL=http://127.0.0.1:4755 AMAP_KEY= GEO_AMAP_ENABLED=false +GEO_FIXED_LOCATION_ENABLED=false COS_SECRET_ID=change-me COS_SECRET_KEY=change-me COS_REGION=ap-chengdu