fixes "unable to login", discovered during #780,

* fixed bootstrap file
* improved timeout of connect, now in single static function
* some minor tweaks
This commit is contained in:
Klaus Basan
2016-10-21 02:46:05 +02:00
parent 3b68a3b19d
commit 492649c061
5 changed files with 22 additions and 14 deletions

View File

@@ -3,8 +3,8 @@
"url": "http://crashreports.swift-project.org/crash_upload"
},
"dbDebugFlag": false,
"dbHttpPort": 5080,
"dbHttpsPort": 50443,
"dbHttpPort": 80,
"dbHttpsPort": 443,
"dbRootDirectoryUrl": {
"url": "https://datastore.swift-project.org"
},