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