-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 1.07 KB
/
.env.example
File metadata and controls
21 lines (18 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Supabase Configuration
# Get these values from your Supabase project settings: https://app.supabase.com/project/_/settings/api
VITE_SUPABASE_URL=https://your-project.supabase.co
VITE_SUPABASE_ANON_KEY=your-anon-key-here
# Authentication Configuration
# Set to 'true' to enable the sign-up functionality
# Sign-up is DISABLED by default. Leave empty, set to 'false', or remove this line to disable.
VITE_ENABLE_SIGNUP=false
# Home URL Configuration
# Optional: Set a custom URL to redirect to after successful login
# If set, users will be redirected to this URL instead of the default home page
# Can be an external URL (e.g., https://example.com) or internal route
VITE_HOME_URL=http://localhost:5173
# Admin Consent Configuration
# Optional: Set to 'true' or '1' to automatically approve OAuth consent for internal systems
# When enabled, users won't see the consent screen - useful when admin pre-approves clients
# Admin consent is DISABLED by default. Leave empty, set to 'false', or remove this line to disable.
VITE_ADMIN_CONSENT=false # Set to 'true' to enable admin auto consent