alpha wip
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
# GridPilot Website Environment Variables
|
||||
|
||||
# Application Mode
|
||||
# Controls whether the site is in pre-launch or post-launch mode
|
||||
# Valid values: "pre-launch" | "post-launch"
|
||||
# Controls whether the site is in pre-launch or alpha mode
|
||||
# Valid values: "pre-launch" | "alpha"
|
||||
# Default: "pre-launch" (if not set)
|
||||
GRIDPILOT_MODE=pre-launch
|
||||
|
||||
# For client-side mode detection (must match GRIDPILOT_MODE)
|
||||
# Note: NEXT_PUBLIC_ prefix exposes this to the browser
|
||||
# Note: NEXT_PUBLIC_ prefix exposes this to both server and browser
|
||||
NEXT_PUBLIC_GRIDPILOT_MODE=pre-launch
|
||||
|
||||
# Vercel KV (for email signups and rate limiting)
|
||||
@@ -26,6 +23,5 @@ NEXT_PUBLIC_SITE_URL=https://gridpilot.com
|
||||
# Example: https://discord.gg/your-invite-code
|
||||
NEXT_PUBLIC_DISCORD_URL=https://discord.gg/your-invite-code
|
||||
|
||||
# Example for post-launch mode:
|
||||
# GRIDPILOT_MODE=post-launch
|
||||
# NEXT_PUBLIC_GRIDPILOT_MODE=post-launch
|
||||
# Example for alpha mode:
|
||||
# NEXT_PUBLIC_GRIDPILOT_MODE=alpha
|
||||
Reference in New Issue
Block a user