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 9f12ea9 commit fcec1b8Copy full SHA for fcec1b8
.env.example
@@ -1,2 +1,7 @@
1
-SB_URL=
2
-SB_APIKEY=
+# Supabase Config
+
3
+# Supabase database URL
4
+SB_URL=https://[your].supabase.co
5
6
+# Supabase Anon or `service_role` API key.
7
+SB_APIKEY= your anon api key
0 commit comments