Commit 74b5f160 authored by hujiebin's avatar hujiebin

正服

parent 0c612477
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
//LIST OF TEST SERVERS. See documentation for details if needed //LIST OF TEST SERVERS. See documentation for details if needed
var SPEEDTEST_SERVERS=[ var SPEEDTEST_SERVERS=[
{ //this server doesn't actually exist, remove it { //this server doesn't actually exist, remove it
name:"hilo test apiv1", //user friendly name for the server name:"hilo server", //user friendly name for the server
server:"//test.apiv1.faceline.live", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically server:"//apiv1.faceline.live", //URL to the server. // at the beginning will be replaced with http:// or https:// automatically
dlURL:"backend/garbage.php", //path to download test on this server (garbage.php or replacement) dlURL:"backend/garbage.php", //path to download test on this server (garbage.php or replacement)
ulURL:"backend/empty.php", //path to upload test on this server (empty.php or replacement) ulURL:"backend/empty.php", //path to upload test on this server (empty.php or replacement)
pingURL:"backend/empty.php", //path to ping/jitter test on this server (empty.php or replacement) pingURL:"backend/empty.php", //path to ping/jitter test on this server (empty.php or replacement)
...@@ -72,7 +72,7 @@ function loadServers(){ //called when the page is fully loaded ...@@ -72,7 +72,7 @@ function loadServers(){ //called when the page is fully loaded
console.log(SPEEDTEST_SERVERS) console.log(SPEEDTEST_SERVERS)
selectServer(); selectServer();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment