Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

SERVICES-1164 add prod tag to phalanx address #9706

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion includes/wikia/DefaultSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@
* Use phalanx external service
*/
$wgPhalanxService = true;
$wgPhalanxServiceUrl = "http://phalanx.service.consul:4666"; # PLATFORM-1744
$wgPhalanxServiceUrl = "http://prod.phalanx.service.consul:4666"; # PLATFORM-1744
$wgPhalanxServiceOptions = [
'noProxy' => true, # PLATFORM-1744: do not use the default HTTP proxy (defined in $wgHTTPProxy) for Phalanx requests
];
Expand Down