Skip to content

Commit

Permalink
Make sure sync URL is set to sane value if .env is not configured. (#…
Browse files Browse the repository at this point in the history
…27054)

* Make sure sync URL is set to sane value if .env is not configured.

* Change to dev server.
  • Loading branch information
goodov authored Dec 18, 2024
1 parent a157e86 commit 9757d93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/brave_sync/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ declare_args() {

if (is_official_build) {
assert(brave_sync_endpoint != "")
} else if (brave_sync_endpoint == "") {
brave_sync_endpoint = "https://sync-v2.brave.software/v2"
}

buildflag_header("buildflags") {
Expand Down

0 comments on commit 9757d93

Please sign in to comment.