Skip to content

Commit 7b47cc0

Browse files
update README.md
1 parent 9fcb289 commit 7b47cc0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

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

1616
<details>
17-
<summary> ### ⚠️ Warning </summary>
18-
<p>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.
17+
<summary>
18+
<h2> ⚠️ Warning <h2>
19+
<summary>
20+
<p><b><i>
21+
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.
22+
</i></b>
23+
</p>
24+
25+
### Env config code:
2126
```env
2227
HOST=aws-o-ap-south-pool.supabase.com
2328
PORT=6543

0 commit comments

Comments
 (0)