Skip to content

Commit 26e5455

Browse files
committed
Restore placeholder creds
1 parent ae31120 commit 26e5455

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Enter your Supabase and PowerSync project details.
22
class AppConfig {
3-
static const String supabaseUrl = 'https://beaywnuieweznatavpeg.supabase.co';
4-
static const String supabaseAnonKey = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImJlYXl3bnVpZXdlem5hdGF2cGVnIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjU0NTk3OTAsImV4cCI6MjA0MTAzNTc5MH0.sb5_RBESMWbfnq_xaZy00T8Mia9lzY0-BBc7ZovS5t0';
5-
static const String powersyncUrl = 'https://660fe3a331d70135abf2c626.powersync.journeyapps.com';
6-
}
3+
static const String supabaseUrl = 'https://foo.supabase.co';
4+
static const String supabaseAnonKey = 'foo';
5+
static const String powersyncUrl = 'https://foo.powersync.journeyapps.com';
6+
}

0 commit comments

Comments
 (0)