mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #497, changed and improved handling of bootstrap files
* changed global setup (port, root directory) * version for bootstrap files
This commit is contained in:
committed by
Mathew Sutcliffe
parent
23856bbc57
commit
03f4aa6889
@@ -5,15 +5,14 @@
|
||||
"url": "https://vatsim-germany.org:50443/mapping/public/bootstrap"
|
||||
},
|
||||
{
|
||||
"url": "http://ubuntu12/public/bootstrap"
|
||||
"url": "http://ubuntu12/swiftdatastore/public/bootstrap"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dbIcaoReader": {
|
||||
"url": "http://ubuntu12/vatrep/public"
|
||||
},
|
||||
"dbModelReader": {
|
||||
"url": "http://ubuntu12/vatrep/public"
|
||||
"dbHttpPort": 80,
|
||||
"dbHttpsPort": 443,
|
||||
"dbRootDirectory": {
|
||||
"url": "http://ubuntu12/swiftdatastore/public"
|
||||
},
|
||||
"fsdTestServers": {
|
||||
"containerbase": [
|
||||
@@ -45,7 +44,7 @@
|
||||
"containerbase": [
|
||||
]
|
||||
},
|
||||
"timestampMSecsSinceEpoch": 0,
|
||||
"timestampMSecsSinceEpoch": 1445201830000,
|
||||
"vatsimBookings": {
|
||||
"url": "http://vatbook.euroutepro.com/xml2.php"
|
||||
},
|
||||
@@ -59,4 +58,4 @@
|
||||
"vatsimMetars": {
|
||||
"url": "http://metar.vatsim.net/metar.php"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,14 +5,13 @@
|
||||
"url": "https://vatsim-germany.org:50443/mapping/public/bootstrap"
|
||||
},
|
||||
{
|
||||
"url": "http://ubuntu12/public/bootstrap"
|
||||
"url": "http://ubuntu12/swiftdatastore/public/bootstrap"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dbIcaoReader": {
|
||||
"url": "https://vatsim-germany.org:50443/mapping/public"
|
||||
},
|
||||
"dbModelReader": {
|
||||
"dbHttpPort": 5080,
|
||||
"dbHttpsPort": 50443,
|
||||
"dbRootDirectory": {
|
||||
"url": "https://vatsim-germany.org:50443/mapping/public"
|
||||
},
|
||||
"fsdTestServers": {
|
||||
@@ -45,7 +44,7 @@
|
||||
"containerbase": [
|
||||
]
|
||||
},
|
||||
"timestampMSecsSinceEpoch": 0,
|
||||
"timestampMSecsSinceEpoch": 1445201830000,
|
||||
"vatsimBookings": {
|
||||
"url": "http://vatbook.euroutepro.com/xml2.php"
|
||||
},
|
||||
Reference in New Issue
Block a user