Revert accidentally committed code

This commit is contained in:
Niels Andriesse 2020-12-03 17:10:24 +11:00
parent 76f92000b9
commit bcd0d5ba94
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import PromiseKit
public final class PushNotificationAPI : NSObject {
// MARK: Settings
public static let server = "https://dev.apns.getsession.org"
public static let server = "https://live.apns.getsession.org"
public static let serverPublicKey = "642a6585919742e5a2d4dc51244964fbcd8bcab2b75612407de58b810740d049"
private static let maxRetryCount: UInt = 4
private static let tokenExpirationInterval: TimeInterval = 12 * 60 * 60