Skip to content

Commit c3a76a8

Browse files
author
DominicGBauer
committed
chore: remove secrets
1 parent fe2d72e commit c3a76a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Demo/PowerSyncExample/_Secrets.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22

33
// Enter your Supabase and PowerSync project details.
44
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"
88
}

0 commit comments

Comments
 (0)