Skip to content

Commit 1bf99c7

Browse files
committed
Add missing environment variables to .env.example
1 parent 6d1b898 commit 1bf99c7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.env.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ DATABASE_URL=
44

55
# Direct connection to the database. Used for migrations
66
DIRECT_URL=
7+
8+
# Supabase URL
9+
SUPABASE_URL=
10+
11+
# Supabase service role key
12+
SUPABASE_SERVICE_ROLE_KEY=
13+
14+
# Environment variables for the application
15+
NODE_ENV=development
16+

0 commit comments

Comments
 (0)