We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393e962 commit 9196488Copy full SHA for 9196488
1 file changed
internal/consts/consts.go
@@ -14,7 +14,7 @@ const (
14
15
// The default URL uses the public endpoint, which might not be context aware
16
// When this comment was written it simply pointed to the GCP us-east cache, but geo loadbalancing is planned.
17
- EndpointURLDefault = "grpcs://remote-build-cache.services.bitrise.io"
+ EndpointURLDefault = "grpcs://bitrise-accelerate.services.bitrise.io"
18
EndpointURLLAS1 = CacheInternalEndpointURLUnified
19
EndpointURLATL1 = CacheInternalEndpointURLUnified
20
EndpointURLIAD1 = CacheInternalEndpointURLUnified
0 commit comments