Chromium Code Reviews| Index: mojoconfig |
| diff --git a/mojoconfig b/mojoconfig |
| index 8be95fb8d2961869a835e526a8b7ea288980ab3b..1edace8eb31342e0df9b38142160c5ab499831c4 100644 |
| --- a/mojoconfig |
| +++ b/mojoconfig |
| @@ -12,6 +12,11 @@ |
| 'dev_servers': [ |
| { |
| 'host': 'https://core.mojoapps.io/', |
| + # At this port the server will appear to the shell. That means actually |
| + # running on this port when running a Linux shell and being forwarded from |
| + # this port when running on Android. Using a fixed port enables caching |
| + # server responses between shell runs. |
| + 'port': 31839, |
|
tonyg
2015/08/25 13:29:15
We may as well make this match with one of the por
ppi
2015/08/25 14:59:59
Done.
|
| # First matching prefix will apply. Within the directiories specified for |
| # a prefix, first location that contains the requested path will apply. |
| 'mappings': [ |