220912 data
This commit is contained in:
parent
3d66cc1c0d
commit
decc88ba55
1 changed files with 7 additions and 7 deletions
14
src/index.ts
14
src/index.ts
|
@ -10,38 +10,38 @@ export const SERVER = {
|
|||
url: 'https://cdn-us1.organicmaps.app/',
|
||||
dataVersions: [
|
||||
210529, 210703, 210729, 210825, 211002, 211022, 211122, 220103, 220204, 220314, 220415, 220515, 220613, 220718,
|
||||
220816,
|
||||
220816, 220912,
|
||||
],
|
||||
},
|
||||
uk1: {
|
||||
// Mythic Beasts VPS (London, UK) 200TB/mo.
|
||||
url: 'https://cdn-uk1.organicmaps.app/',
|
||||
dataVersions: [220613, 220718, 220816],
|
||||
dataVersions: [220718, 220816, 220912],
|
||||
},
|
||||
nl1: {
|
||||
// // Mythic Beasts VPS (Amsterdam, NL) 200TB/mo.
|
||||
url: 'https://cdn-nl1.organicmaps.app/',
|
||||
dataVersions: [220613, 220718, 220816],
|
||||
dataVersions: [220718, 220816, 220912],
|
||||
},
|
||||
planet: {
|
||||
// Hetzner BareMetal (Falkenstein, Germany) unmetered
|
||||
url: 'https://cdn.organicmaps.app/',
|
||||
dataVersions: [220103, 220204, 220314, 220415, 220515, 220613, 220718, 220816],
|
||||
dataVersions: [220103, 220204, 220314, 220415, 220515, 220613, 220718, 220816, 220912],
|
||||
},
|
||||
fi1: {
|
||||
// Hetzner Cloud (Helsinki, Finland), 20TB/mo
|
||||
url: 'https://cdn-fi1.organicmaps.app/',
|
||||
dataVersions: [220718, 220816],
|
||||
dataVersions: [220816, 220912],
|
||||
},
|
||||
de1: {
|
||||
// Hetzner Cloud (Falkenstein, Germany), 20TB/mo
|
||||
url: 'https://cdn-eu2.organicmaps.app/',
|
||||
dataVersions: [220718, 220816],
|
||||
dataVersions: [220816, 220912],
|
||||
},
|
||||
us2: {
|
||||
// Hetzner Cloud (Asburn, US East), 20TB/mo
|
||||
url: 'https://cdn-us2.organicmaps.app/',
|
||||
dataVersions: [220718, 220816],
|
||||
dataVersions: [220816, 220912],
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue