refs #507, adjusted resource subproject

This commit is contained in:
Klaus Basan
2015-11-17 02:23:04 +01:00
committed by Mathew Sutcliffe
parent 6dd8fb333e
commit 02733cacb7
15 changed files with 109 additions and 163 deletions

View File

@@ -1,19 +1,10 @@
{
"bootstrap": {
"containerbase": [
{
"url": "https://vatsim-germany.org:50443/mapping/public/bootstrap"
},
{
"url": "http://ubuntu12/swiftdatastore/public/bootstrap"
}
]
},
"dbHttpPort": 5080,
"dbHttpsPort": 50443,
"dbRootDirectory": {
"url": "https://vatsim-germany.org:50443/mapping/public"
"dbHttpPort": 80,
"dbHttpsPort": 443,
"dbRootDirectoryUrl": {
"url": "http://ubuntu12/swiftdatastore/public"
},
"development": false,
"fsdTestServers": {
"containerbase": [
{
@@ -40,22 +31,35 @@
}
]
},
"swiftDbDataFiles": {
"sharedUrls": {
"containerbase": [
{
"url": "https://vatsim-germany.org:50443/mapping/public/shared"
},
{
"url": "http://ubuntu12/public/bootstrap/shared"
}
]
},
"timestampMSecsSinceEpoch": 1445201830000,
"vatsimBookings": {
"timestampMSecsSinceEpoch": 0,
"vatsimBookingsUrl": {
"url": "http://vatbook.euroutepro.com/xml2.php"
},
"vatsimDataFile": {
"vatsimDataFileUrls": {
"containerbase": [
{
"url": "http://info.vroute.net/vatsim-data.txt"
}
]
},
"vatsimMetars": {
"vatsimMetarsUrl": {
"url": "http://metar.vatsim.net/metar.php"
},
"newsUrls": {
"containerbase": [
{
"url": "http://swift-project.org/"
}
]
}
}
}