Skip to content

Commit 6d9129a

Browse files
committed
Change to SwiftUI ENV
1 parent 436fcc5 commit 6d9129a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DemoApp/Shared/DemoUsers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import Foundation
66
import StreamChat
77

8-
let apiKeyString = ProcessInfo.processInfo.environment["CUSTOM_API_KEY"] ?? DemoApiKeys.frankfurtC1
8+
let apiKeyString = ProcessInfo.processInfo.environment["CUSTOM_API_KEY"] ?? DemoApiKeys.usEastC6
99
let applicationGroupIdentifier = "group.io.getstream.iOS.ChatDemoApp"
1010

1111
enum DemoUserType {

0 commit comments

Comments
 (0)