From 1a75249318e2550b0b73fdf55bbe8873d4aa0fec Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Thu, 23 Nov 2023 22:48:25 +0100 Subject: [PATCH] Default to development environment for Sync --- DuckDuckGo/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckDuckGo/AppDelegate.swift b/DuckDuckGo/AppDelegate.swift index 9c148ad8ea..363cb24488 100644 --- a/DuckDuckGo/AppDelegate.swift +++ b/DuckDuckGo/AppDelegate.swift @@ -239,7 +239,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { #if DEBUG let defaultEnvironment = ServerEnvironment.development #else - let defaultEnvironment = ServerEnvironment.production + let defaultEnvironment = ServerEnvironment.development #endif let environment = ServerEnvironment(