Skip to content

Commit c23f70b

Browse files
update README.md
1 parent 07aee2d commit c23f70b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@ Supabase client for PHP:
1313
- When you creating your supabase table, make sure RLS (Row Level Security) option be [×] disable.
1414
- If RLS are enable [] maybe you getting some errors.
1515

16-
<details>
17-
<summary> ### ⚠️ Warning
18-
If you push the code to production while Row-Level Security (RLS) is disabled, it can pose a security threat to your application. To secure your app, please enable Row-Level Security. Otherwise, write an Object-Oriented PDO connection with PostgreSQL.</p>
19-
20-
### example code.
21-
```env
22-
HOST=aws-o-ap-south-pool.supabase.com
23-
PORT=6543
24-
USERNAME=postgres.grufgrcytvrh
25-
PASSWORD=[Your Password]
26-
DATABASE=postgres
27-
```
28-
2916

3017
### `Install`
3118
* Install Supabase client for our project.

0 commit comments

Comments
 (0)