Skip to content

Commit 1c12ddf

Browse files
update secrets
1 parent 528f8c8 commit 1c12ddf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Demo/PowerSyncExample/_Secrets.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ import Foundation
44
enum Secrets {
55
static let powerSyncEndpoint = "https://your-id.powersync.journeyapps.com"
66
static let supabaseURL = URL(string: "https://your-id.supabase.co")!
7-
static let supabaseAnonKey = "anon-key"
7+
static let supabaseAnonKey = "anon-key",
8+
// Optional storage bucket name. Set to nil if you don't want to use storage.
9+
static let supabaseStorageBucket = "media"
810
}

0 commit comments

Comments
 (0)