jenkins-bot has submitted this change and it was merged.

Change subject: Do not hardcode the IP of the internal API LVS entry point
......................................................................


Do not hardcode the IP of the internal API LVS entry point

Change-Id: I133bc9942c0416a42433d1f4014703db5be65722
---
M conf/wmf/localsettings.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Subramanya Sastry: Looks good to me, approved
  BBlack: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/conf/wmf/localsettings.js b/conf/wmf/localsettings.js
index 1c51b0a..693ac62 100644
--- a/conf/wmf/localsettings.js
+++ b/conf/wmf/localsettings.js
@@ -10,7 +10,7 @@
 
        // Use the API backends directly without hitting the text varnishes.
        // API requests are not cacheable anyway.
-       parsoidConfig.defaultAPIProxyURI = 'http://10.2.2.22';
+       parsoidConfig.defaultAPIProxyURI = 'http://api.svc.eqiad.wmnet';
 
        // Allow cors as we are only running on non-sensitive domains
        parsoidConfig.allowCORS = '*';

-- 
To view, visit https://gerrit.wikimedia.org/r/267050
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I133bc9942c0416a42433d1f4014703db5be65722
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid/deploy
Gerrit-Branch: master
Gerrit-Owner: GWicke <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to