Yurik has submitted this change and it was merged.

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(-)

Approvals:
  Yurik: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I03522a93e7bac01c0c243e21fd833dc4a0039b02
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/graphoid
Gerrit-Branch: master
Gerrit-Owner: Yurik <yu...@wikimedia.org>
Gerrit-Reviewer: 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