-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
31 lines (28 loc) · 1.18 KB
/
.env.example
File metadata and controls
31 lines (28 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ==============================================================
# Local Supabase Configuration
# ==============================================================
# These credentials connect your Next.js app to your local Supabase instance.
#
# To get these values:
# 1. Make sure Supabase is running: supabase start
# 2. Run: supabase status -o env
# 3. Copy the values and map them as shown below:
#
# Mapping:
# ANON_KEY → NEXT_PUBLIC_SUPABASE_ANON_KEY
# API_URL → NEXT_PUBLIC_SUPABASE_URL
# SERVICE_ROLE_KEY → SUPABASE_SERVICE_ROLE_KEY
# ==============================================================
NEXT_PUBLIC_SUPABASE_URL=your-project-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-publishable-or-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
# Dev Credentials
# DEV_USER_EMAIL is also used for developer tool access
DEV_USER_EMAIL=your-email-here
DEV_USER_PASSWORD=your-password-here
# ==============================================================
# MCP Server (Developer Only)
# ==============================================================
# This API key is seeded automatically for the dev user.
# Use this in your Claude Desktop config.
MCP_DEV_API_KEY=