Skip to content

Commit 01ede27

Browse files
committed
docs: update quickstarts
1 parent 4a52a1e commit 01ede27

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/postgresql/quickstarts/postgres.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ On the **Client Integration** tab you'll find your **Database ID** and authentic
106106

107107
The fastest way to test CloudSync without per-user access control — no JWT setup needed.
108108

109-
Under **Authentication (Username & Password)**, use your PostgreSQL credentials:
110-
111109
```sql
112110
SELECT cloudsync_network_init('<database-id>');
113111
SELECT cloudsync_network_set_apikey('<username>:<password>');

docs/postgresql/quickstarts/supabase.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ On the **Client Integration** tab you'll find your **Database ID** and authentic
107107

108108
The fastest way to test CloudSync without per-user access control — no JWT setup needed.
109109

110-
Under **Authentication (Username & Password)**, use your PostgreSQL credentials:
111-
112110
```sql
113111
SELECT cloudsync_network_init('<database-id>');
114112
SELECT cloudsync_network_set_apikey('<username>:<password>');

0 commit comments

Comments
 (0)