mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #507, adjusted resource subproject
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6dd8fb333e
commit
02733cacb7
@@ -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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user