File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ public function getClusterRouterHostname(): string
114
114
case Cluster::REGION_YUL1_DEV1 :
115
115
return "haproxy-router.yul1-routing-dev1.vanilladev.com " ;
116
116
default :
117
- return "http.haproxy .service.consul " ;
117
+ return "vanilla.proxy .service.consul " ;
118
118
}
119
119
}
120
120
}
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ public function getQueueServiceBaseUrl(): string
232
232
case Cluster::REGION_SJC1_PROD1 :
233
233
return "https://sjc1-vanillaqueue-prod1.v-fabric.net " ;
234
234
default :
235
- return "http://web. vanilla-queue.service.consul " ;
235
+ return "http://vanilla-queue.proxy .service.consul " ;
236
236
}
237
237
}
238
238
@@ -257,7 +257,7 @@ public function getSearchServiceBaseUrl(): string
257
257
case Cluster::REGION_AMS1_PROD1 : // Temporarily using YUL prod instance into AMS is re-provisioned https://higherlogic.atlassian.net/browse/PV-323
258
258
return "https://yul1-vanillasearch-prod1-api.v-fabric.net " ;
259
259
default :
260
- return "http://web. vanilla-search.service.consul " ;
260
+ return "http://vanilla-search.proxy .service.consul " ;
261
261
}
262
262
}
263
263
}
You can’t perform that action at this time.
0 commit comments