Skip to content

Commit 397cf84

Browse files
Update README.md
1 parent 08c3835 commit 397cf84

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,21 @@ $data = $client->execute();
2727
var_dump($data);
2828

2929
```
30+
---
31+
32+
Setup `.env`:
33+
34+
```env
35+
#_-_ Supabase Configuration _-_#
36+
37+
# URL, anon and service_role key must be required.
38+
39+
# Supabase URL
40+
SB_URL="https://your-project.supabase.co"
41+
42+
# Supabase anon key as apikey
43+
SB_ANON_KEY="your-supabase-anon-key-here"
44+
45+
# Supabase service_role key as OAuth token
46+
SB_SERVICE_ROLE="your-supabase-service_role-key-here"
47+
```

0 commit comments

Comments
 (0)