From 9139d0c451893e25efd1d8833d0782b53b4f3061 Mon Sep 17 00:00:00 2001 From: siujamo Date: Fri, 26 Dec 2025 14:28:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=9C=B0=E5=8C=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.env.example b/.env.example index a2f6b70..894f291 100644 --- a/.env.example +++ b/.env.example @@ -4,3 +4,9 @@ VITE_API_BASE_URL=/api VITE_MSAL_CLIENT_ID=msal-client-id # Microsoft Entra ID Tenant ID VITE_MSAL_TENANT_ID=msal-tenant-id +# Default region of user. For more regions, please refer to ISO 3166-1 alpha-2 code +# Examples +# - GB: United Kingdom +# - US: United States +# - DE: Germany +VITE_DEFAULT_REGION_ABBREVIATION=GB