mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-11 12:15:36 +08:00
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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user