Skip to content

Commit 96bd1d7

Browse files
Update .env.template and README to set USE_SUPABASE to false
1 parent da2aec2 commit 96bd1d7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

demos/CommandLine/.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ SUPABASE_USERNAME=your-supabase-username
66
SUPABASE_PASSWORD=your-supabase-password
77
# Set to true if you want to use Supabase as the backend
88
# Set to false if you want to use the Powersync backend
9-
USE_SUPABASE=true
9+
USE_SUPABASE=false

demos/CommandLine/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This essentially uses anonymous authentication. A random user ID is generated an
1111

1212
## Connection Options
1313

14-
By default, this demo uses the NodeConnector for connecting to the PowerSync server. However, you can swap this out with the SupabaseConnector if needed:
14+
By default, this demo uses the NodeConnector for connecting to the PowerSync server. However, you can swap this out with the SupabaseConnector if needed
1515

1616
1. Copy the `.env.template` file to a new `.env` file:
1717
```bash
@@ -32,11 +32,9 @@ By default, this demo uses the NodeConnector for connecting to the PowerSync ser
3232
SUPABASE_PASSWORD=your-supabase-password
3333
# Set to true if you want to use Supabase as the backend
3434
# Set to false if you want to use the Powersync backend
35-
USE_SUPABASE=true
35+
USE_SUPABASE=false
3636
```
3737

38-
3. Update your connector configuration to use SupabaseConnector instead of NodeConnector
39-
4038
## Getting Started
4139

4240
In the repo root, run the following to download the PowerSync extension:

0 commit comments

Comments
 (0)