Skip to content

Commit

Permalink
Update RMF config
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Oct 18, 2024
1 parent 6f8966a commit 53bf4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo/RemoteMessaging/RemoteMessagingClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ final class RemoteMessagingClient: RemoteMessagingProcessing {
static let minimumConfigurationRefreshInterval: TimeInterval = 60 * 30
static let endpoint: URL = {
#if DEBUG
URL(string: "https://raw.githubusercontent.com/duckduckgo/remote-messaging-config/main/samples/ios/sample1.json")!
#else
URL(string: "https://www.jsonblob.com/api/1261360708536098816")!
#else
URL(string: "https://raw.githubusercontent.com/duckduckgo/macos-browser/refs/heads/dominik/ntp-search-bar-ship-review/rmf.config")!
#endif
}()
}
Expand Down

0 comments on commit 53bf4bf

Please sign in to comment.