diff --git a/isolated/.env.example b/isolated/.env.example index b84d34d..53fbb89 100644 --- a/isolated/.env.example +++ b/isolated/.env.example @@ -144,6 +144,7 @@ PDF_FRONTEND_BASE_URL=http://127.0.0.1:4081 # 第三方配置,按需填写 # ----------------------------------------------------------------------------- AMAP_KEY= +GEO_AMAP_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 537b2f7..5aa653b 100644 --- a/isolated/profiles/emp-test/.env.example +++ b/isolated/profiles/emp-test/.env.example @@ -93,6 +93,7 @@ PDF_SERVICE_URL=http://emp-pdf:3100 PDF_FRONTEND_BASE_URL=http://127.0.0.1:4750 AMAP_KEY= +GEO_AMAP_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 7dcd08f..98113ed 100644 --- a/isolated/profiles/emp-uat/.env.example +++ b/isolated/profiles/emp-uat/.env.example @@ -93,6 +93,7 @@ PDF_SERVICE_URL=http://emp-pdf:3100 PDF_FRONTEND_BASE_URL=http://127.0.0.1:4755 AMAP_KEY= +GEO_AMAP_ENABLED=false COS_SECRET_ID=change-me COS_SECRET_KEY=change-me COS_REGION=ap-chengdu