Yurik has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/211429

Change subject: Config.dev - domainMap 127.0.0.1->localhost:8080
......................................................................

Config.dev - domainMap 127.0.0.1->localhost:8080

Change-Id: I03522a93e7bac01c0c243e21fd833dc4a0039b02
---
M config.dev.yaml
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/graphoid 
refs/changes/29/211429/1

diff --git a/config.dev.yaml b/config.dev.yaml
index 8ca44d3..ff8d33f 100644
--- a/config.dev.yaml
+++ b/config.dev.yaml
@@ -56,7 +56,9 @@
       # Even though the subdomains will also be allowed, the substitution
       # will be done only on fully matched hostname.
       # For example, it allows "graph.wmflabs.org" to be replaced with 
"localhost:12345"
-      domainMap: {}
+      domainMap:
+        127.0.0.1: localhost:8080
+
       # Which protocol should service use for protocol-relative URLs like 
//example.com/path
       defaultProtocol: http
       # Error if it takes longer than this to handle the request

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I03522a93e7bac01c0c243e21fd833dc4a0039b02
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/graphoid
Gerrit-Branch: master
Gerrit-Owner: Yurik <yu...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to