Skip to content

Commit 3707c1e

Browse files
update README.md
1 parent 165a335 commit 3707c1e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

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

1741
### `Install`
1842
* Install Supabase client for our project.

0 commit comments

Comments
 (0)