Skip to content

Commit 197c755

Browse files
authored
Merge pull request #4 from techstartucalgary/minhaz/add-api-keys
Add api keys to prod build
2 parents 0860f76 + 4f172d1 commit 197c755

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.env.local

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
NEXT_PUBLIC_SUPABASE_URL=https://cratwmuksnsspldbxqfh.supabase.co
2+
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImNyYXR3bXVrc25zc3BsZGJ4cWZoIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NjMwMDIxNDIsImV4cCI6MjA3ODU3ODE0Mn0.6ZEIYKG5XByk37AH01oKPPxkLuzZGcwG0qULPEgzXok

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ yarn-debug.log*
2525
yarn-error.log*
2626

2727
# local env files
28-
.env*.local
29-
.env
28+
# Note: .env.local is committed for easy setup
3029

3130
# vercel
3231
.vercel

0 commit comments

Comments
 (0)