Revision cafaab17fb276177303ea7baec5b070f7989c21e authored by Anne van Kesteren on 20 March 2018, 14:55:59 UTC, committed by Anne van Kesteren on 20 March 2018, 14:55:59 UTC
And align a couple other things while there.

Helps with https://github.com/whatwg/html/pull/3543.
1 parent 6e1b5f4
Raw File
config.default.json
{"browser_host": "web-platform.test",
 "doc_root": null,
 "ws_doc_root": null,
 "server_host": null,
 "ports":{"http":[8000, "auto"],
          "https":[8443],
          "ws":["auto"],
          "wss":["auto"]},
 "check_subdomains": true,
 "log_level":"debug",
 "bind_address": true,
 "ssl": {"type": "pregenerated",
         "encrypt_after_connect": false,
         "openssl": {
             "openssl_binary": "openssl",
             "base_path": "_certs",
             "force_regenerate": false,
             "base_conf_path": null
         },
         "pregenerated": {
             "host_key_path": "tools/certs/web-platform.test.key",
             "host_cert_path": "tools/certs/web-platform.test.pem"
         },
         "none": {}
        },
 "aliases": []
}
back to top