File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import Foundation
2
2
3
3
// Enter your Supabase and PowerSync project details.
4
4
enum Secrets {
5
- static let powerSyncEndpoint = " https://654a826e1b70717c8dc85790 .powersync.journeyapps.com "
6
- static let supabaseURL = URL ( string: " https://whlrfrfknkhckmffonio .supabase.co " ) !
7
- static let supabaseAnonKey = " eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6IndobHJmcmZrbmtoY2ttZmZvbmlvIiwicm9sZSI6ImFub24iLCJpYXQiOjE2OTkzODE0ODYsImV4cCI6MjAxNDk1NzQ4Nn0.gUTu3LDFetyda4Hd2gZLtv9o8pvCxEjDjm6DCVjrehw "
5
+ static let powerSyncEndpoint = " https://your-id .powersync.journeyapps.com "
6
+ static let supabaseURL = URL ( string: " https://your-id .supabase.co " ) !
7
+ static let supabaseAnonKey = " anon-key "
8
8
}
You can’t perform that action at this time.
0 commit comments