Skip to content

Commit 0b9d47e

Browse files
README.md updated
1 parent b2d7369 commit 0b9d47e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,17 @@ Supabase client for PHP:
1414
- If RLS are enable [] maybe you getting some errors.
1515

1616

17-
### ⚠️ 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>
17+
> ### ⚠️ 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>
1919
20-
### example code.
21-
```env
20+
> ### example code.
21+
```env
2222
HOST=aws-o-ap-south-pool.supabase.com
2323
PORT=6543
2424
USERNAME=postgres.grufgrcytvrh
2525
PASSWORD=[Your Password]
2626
DATABASE=postgres
2727
```
28-
|
2928

3029

3130
### `Install`

0 commit comments

Comments
 (0)