refs #497, changed and improved handling of bootstrap files

* changed global setup (port, root directory)
* version for bootstrap files
This commit is contained in:
Klaus Basan
2015-10-28 17:04:49 +01:00
committed by Mathew Sutcliffe
parent 23856bbc57
commit 03f4aa6889
10 changed files with 150 additions and 80 deletions

View File

@@ -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"
}
}
}

View File

@@ -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"
},