Skip to content

Commit 7826f8c

Browse files
README.md updated
1 parent 4ac3eec commit 7826f8c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ 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-
<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>
1916

20-
example code.
21-
```php
22-
HOST="https://iredidiekj.supabase.co/"
23-
PORT=5432
24-
USERNAME=root
25-
PASSWORD=Eufiedirjci48fu4idie
26-
DATABASE=test
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>
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
2727
```
28-
</details>
28+
2929

3030

3131
### `Install`

0 commit comments

Comments
 (0)