feature flags
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
# GridPilot Website Environment Variables
|
||||
|
||||
# Application Mode
|
||||
# pre-launch = landing page only, no features
|
||||
# alpha = full platform with all features enabled automatically
|
||||
NEXT_PUBLIC_GRIDPILOT_MODE=pre-launch
|
||||
# Site URL (for metadata and OG tags)
|
||||
NEXT_PUBLIC_SITE_URL=https://gridpilot.com
|
||||
|
||||
# Feature Flags (Optional - only needed for custom feature selection)
|
||||
# When in alpha mode, all features are enabled automatically
|
||||
# Use this to override or select specific features
|
||||
# FEATURE_FLAGS=driver_profiles,team_profiles,wallets,sponsors,team_feature
|
||||
# API base URL (browser → API)
|
||||
NEXT_PUBLIC_API_BASE_URL=https://gridpilot.com/api
|
||||
|
||||
# Discord Community
|
||||
# Discord invite URL for the community CTA
|
||||
# Get this from: Discord Server Settings -> Invites -> Create Invite
|
||||
# Example: https://discord.gg/your-invite-code
|
||||
NEXT_PUBLIC_DISCORD_URL=https://discord.gg/your-invite-code
|
||||
|
||||
# Vercel KV (for email signups and rate limiting)
|
||||
# Get these from: https://vercel.com/dashboard -> Storage -> KV
|
||||
@@ -17,23 +19,15 @@ NEXT_PUBLIC_GRIDPILOT_MODE=pre-launch
|
||||
# KV_REST_API_URL=your_kv_rest_api_url_here
|
||||
# KV_REST_API_TOKEN=your_kv_rest_api_token_here
|
||||
|
||||
# Site URL (for metadata and OG tags)
|
||||
NEXT_PUBLIC_SITE_URL=https://gridpilot.com
|
||||
# Feature Flags (Optional - for fine-grained feature control)
|
||||
# Use this to enable/disable specific features
|
||||
# FEATURE_FLAGS=driver_profiles,team_profiles,wallets,sponsors,team_feature
|
||||
|
||||
# Discord Community
|
||||
# Discord invite URL for the community CTA
|
||||
# Get this from: Discord Server Settings -> Invites -> Create Invite
|
||||
# Example: https://discord.gg/your-invite-code
|
||||
NEXT_PUBLIC_DISCORD_URL=https://discord.gg/your-invite-code
|
||||
|
||||
# Example configurations:
|
||||
|
||||
# Pre-launch (default)
|
||||
# NEXT_PUBLIC_GRIDPILOT_MODE=pre-launch
|
||||
|
||||
# Alpha with all features (recommended)
|
||||
# NEXT_PUBLIC_GRIDPILOT_MODE=alpha
|
||||
|
||||
# Alpha with specific features only
|
||||
# NEXT_PUBLIC_GRIDPILOT_MODE=alpha
|
||||
# FEATURE_FLAGS=driver_profiles,wallets
|
||||
# Optional site metadata (defaults used when unset)
|
||||
# NEXT_PUBLIC_SITE_NAME=GridPilot
|
||||
# NEXT_PUBLIC_SUPPORT_EMAIL=support@example.com
|
||||
# NEXT_PUBLIC_SPONSOR_EMAIL=sponsors@example.com
|
||||
# NEXT_PUBLIC_LEGAL_COMPANY_NAME=
|
||||
# NEXT_PUBLIC_LEGAL_VAT_ID=
|
||||
# NEXT_PUBLIC_LEGAL_REGISTERED_COUNTRY=
|
||||
# NEXT_PUBLIC_LEGAL_REGISTERED_ADDRESS=
|
||||
Reference in New Issue
Block a user