Skip to content

Commit 165a335

Browse files
update README.md
1 parent 78f9bfc commit 165a335

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +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 <summary>
18-
** if you push the code to production while Row-Level Security (RLS) is disabled,
19-
it can pose a security threat to your application. To secure your app, please enable Row-Level Security.
20-
Otherwise, write an Object-Oriented PDO connection with PostgreSQL. **
21-
22-
### Env config code:
23-
```env
24-
HOST=aws-o-ap-south-pool.supabase.com
25-
PORT=6543
26-
USERNAME=postgres.grufgrcytvrh
27-
PASSWORD=[Your Password]
28-
DATABASE=postgres
29-
```
30-
</details>
31-
3216

3317
### `Install`
3418
* Install Supabase client for our project.

0 commit comments

Comments
 (0)