Add default values for brave services domains (#36226)

The urls are guarded by the brave services key so we can put them back in public gn config
This commit is contained in:
Brian Johnson
2026-05-06 22:42:35 +01:00
committed by GitHub
parent 824d5976cf
commit 512c53c2e6
+3 -3
View File
@@ -7,7 +7,7 @@ import("//brave/build/config.gni")
import("//build/config/ui.gni")
declare_args() {
brave_services_production_domain = ""
brave_services_staging_domain = ""
brave_services_dev_domain = ""
brave_services_production_domain = "brave.com"
brave_services_staging_domain = "bravesoftware.com"
brave_services_dev_domain = "brave.software"
}