File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # Supabase Configuration
2+ # Get these from: https://app.supabase.com/project/_/settings/api
3+
4+ # Your Supabase project URL
5+ SUPABASE_URL = https://your-project-ref.supabase.co
6+
7+ # Your Supabase anonymous/public key (safe to use in client apps)
8+ SUPABASE_ANON_KEY = your-anon-key-here
9+
10+ # Notes:
11+ # - iOS: Add these to your Xcode project (e.g., Config.swift or .xcconfig)
12+ # - Web: Create .env.local and copy these values
13+ # - Never commit the actual .env or .env.local files with real credentials
Original file line number Diff line number Diff line change 22.env
33.env.local
44.env * .local
5+ ! .env.example
56
67# dependencies
78node_modules /
@@ -37,4 +38,5 @@ Thumbs.db
3738
3839# markdown
3940* .md
40- ! README.md
41+ ! README.md
42+ ! supabase /testing.md
You can’t perform that action at this time.
0 commit comments