Skip to content

Commit 38690d4

Browse files
committed
Track .env.example — fix broken README reference
1 parent b97a46f commit 38690d4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
VITE_SUPABASE_PROJECT_ID="your-project-id"
2+
VITE_SUPABASE_PUBLISHABLE_KEY="your-anon-key"
3+
VITE_SUPABASE_URL="https://your-project.supabase.co"
4+
VITE_OPENMAIL_API_KEY="your-openmail-api-key"
5+
VITE_OPENMAIL_INBOX_ID="your-openmail-inbox-id"

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ dist-ssr
2525

2626
# Environment
2727
.env
28-
.env.*
28+
.env.local
29+
.env.*.local
30+
!.env.example

0 commit comments

Comments
 (0)