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

@@ -1,62 +0,0 @@
{
"bootstrap": {
"containerbase": [
{
"url": "https://vatsim-germany.org:50443/mapping/public/bootstrap"
},
{
"url": "http://ubuntu12/public/bootstrap"
}
]
},
"dbIcaoReader": {
"url": "http://ubuntu12/vatrep/public"
},
"dbModelReader": {
"url": "http://ubuntu12/vatrep/public"
},
"fsdTestServers": {
"containerbase": [
{
"address": "vatsim-germany.org",
"description": "swift Testserver",
"isAcceptingConnections": true,
"name": "swift",
"port": 6809,
"user": {
"callsign": {
"callsign": "",
"callsignAsSet": "",
"telephonyDesignator": "",
"typeHint": 0
},
"email": "",
"homebase": {
"icaoCode": ""
},
"id": "1234567",
"password": "123456",
"realname": "Swift Test User"
}
}
]
},
"swiftDbDataFiles": {
"containerbase": [
]
},
"timestampMSecsSinceEpoch": 0,
"vatsimBookings": {
"url": "http://vatbook.euroutepro.com/xml2.php"
},
"vatsimDataFile": {
"containerbase": [
{
"url": "http://info.vroute.net/vatsim-data.txt"
}
]
},
"vatsimMetars": {
"url": "http://metar.vatsim.net/metar.php"
}
}