Skip to content

Commit 60495fe

Browse files
committed
Add C2 env by default (Remove)
1 parent 1eca9b2 commit 60495fe

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-
var apiKeyString = ProcessInfo.processInfo.environment["CUSTOM_API_KEY"] ?? DemoApiKeys.frankfurtC1.rawValue
8+
var apiKeyString = ProcessInfo.processInfo.environment["CUSTOM_API_KEY"] ?? DemoApiKeys.frankfurtC2.rawValue
99
let applicationGroupIdentifier = "group.io.getstream.iOS.ChatDemoApp"
1010

1111
enum DemoUserType {

0 commit comments

Comments
 (0)