We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66309f8 commit 08c3835Copy full SHA for 08c3835
.env.example
@@ -0,0 +1,13 @@
1
+#_-_ Supabase Configuration _-_#
2
+
3
+# URL, anon and service_role key must be required.
4
5
+# Supabase URL
6
+SB_URL="https://your-project.supabase.co"
7
8
+# Supabase anon key as apikey
9
+SB_ANON_KEY="your-supabase-anon-key-here"
10
11
+# Supabase service_role key as OAuth token
12
+SB_SERVICE_ROLE="your-supabase-service_role-key-here"
13
0 commit comments