File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
demos/local-only-todolist/lib Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Enter your Supabase and PowerSync project details.
2
2
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
+ }
You can’t perform that action at this time.
0 commit comments