Skip to content

Commit

Permalink
Default to development environment for Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Nov 23, 2023
1 parent 6dec817 commit 1a75249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1a75249

Please sign in to comment.