Skip to content

Commit

Permalink
Update demos/react-native-supabase-todolist/library/supabase/AppConfi…
Browse files Browse the repository at this point in the history
…g.template.ts
  • Loading branch information
benitav authored Feb 21, 2024
1 parent 488e372 commit 238382e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
export const AppConfig = {
supabaseUrl: 'https://foo.supabase.co',
supabaseAnonKey: 'foo',
supabaseBucket: '', // Optional. Only required when syncing attachments with Supabase Storage. See packages/powersync-attachments.
supabaseBucket: '', // Optional. Only required when syncing attachments and using Supabase Storage. See packages/powersync-attachments.
powersyncUrl: 'https://foo.powersync.journeyapps.com'
};

0 comments on commit 238382e

Please sign in to comment.