Spaces:
Sleeping
Sleeping
Commit
·
927073c
1
Parent(s):
0d6d63a
chore(config): add environment variable template
Browse files- .env.example +3 -0
.env.example
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
SUPABASE_URL=https://xxxx.supabase.co
|
| 2 |
+
SUPABASE_SERVICE_ROLE_KEY=your_service_role_key
|
| 3 |
+
ADMIN_API_KEY=your_admin_api_key
|