https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ebd1dd81d65363cfc850d6a8712e58bdaf872de8 authored by jkereliuk on 04 December 2017, 17:25:36 UTC
debugging
Tip revision: ebd1dd8
config.default.json
{"host": "web-platform.test",
 "doc_root": null,
 "ws_doc_root": null,
 "external_host": null,
 "ports":{"http":[8000, "auto"],
          "https":[8443],
          "ws":["auto"],
          "wss":["auto"]},
 "check_subdomains": true,
 "log_level":"debug",
 "bind_hostname": 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