-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 832 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (16 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
VITE_SUPABASE_URL=
VITE_SUPABASE_ANON_KEY=
VITE_SHARE_BASE_URL=https://mapkluss.art
VITE_TELEGRAM_BOT_USERNAME=
VITE_TELEGRAM_LOGIN_DOMAIN=mapkluss.art
VITE_ALLOW_DEV_DEVICE_APPROVE=false
# Optional: Microsoft Clarity project id for heatmaps/session recordings.
# Leave empty to disable Clarity.
VITE_CLARITY_PROJECT_ID=wolhmrblof
# Supabase Edge Function secret, set TELEGRAM_BOT_TOKEN in dashboard or CLI.
# Do not expose TELEGRAM_BOT_TOKEN through Vite/site env.
# Auth email is delivered by Yandex Postbox through Supabase Auth custom SMTP.
# SMTP credentials live in the Supabase dashboard and must never be exposed to Vite.
# Optional Supabase Edge Function secret for local-only device-login debugging.
# Keep unset in production unless you intentionally need localhost dev approval.
ALLOW_LOCAL_DEV_DEVICE_APPROVE=false