Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
# ============================================================================
# SUPABASE (Required for auth, database, storage)
# ============================================================================
# Get from: https://supabase.com/dashboard/project/[project]/settings/api
NEXT_PUBLIC_SUPABASE_URL="https://your-project.supabase.co"
# Self-hosted on bitbaum, NOT supabase.com — the managed cloud project was
# retired 2026-06 (see docs/operations/DECOMMISSION-CLOUD.md). There is no
# dashboard to fetch these from: keys live in the box .env, ask before minting.
NEXT_PUBLIC_SUPABASE_URL="https://supabase.orangecat.ch"
NEXT_PUBLIC_SUPABASE_ANON_KEY="your-anon-key"
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY="your-publishable-key"

Expand Down
Loading