Skip to content

Commit

Permalink
Add 240228
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Tsisyk <[email protected]>
  • Loading branch information
rtsisyk committed Mar 4, 2024
1 parent 2341c15 commit fc36848
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/servers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ export const SERVER = {
dataVersions: [
210529, 210703, 210729, 210825, 211002, 211022, 211122, 220103, 220204, 220314, 220415, 220515, 220613, 220718,
220816, 220912, 221029, 221119, 221216, 230121, 230210, 230227, 230329, 230503, 230602, 230710, 230814, 230920,
231113, 231213, 240105, 240202,
231113, 231213, 240105, 240202, 240228,
],
},
uk1: {
// Mythic Beasts VPS (London, UK) 200TB/mo.
url: 'https://cdn-uk1.organicmaps.app/',
dataVersions: [231213, 240105, 240202],
dataVersions: [240105, 240202, 240228],
},
nl1: {
// // Mythic Beasts VPS (Amsterdam, NL) 200TB/mo.
url: 'https://cdn-nl1.organicmaps.app/',
dataVersions: [231213, 240105, 240202],
dataVersions: [240105, 240202, 240228],
},
planet: {
// Hetzner BareMetal (Falkenstein, Germany) unmetered
url: 'https://cdn.organicmaps.app/',
dataVersions: [
220103, 220204, 220314, 220415, 220515, 220613, 220718, 220816, 220912, 221029, 221119, 221216, 230121, 230210,
230227, 230329, 230503, 230602, 230710, 230814, 230920, 231113, 231213, 240105, 240202,
230227, 230329, 230503, 230602, 230710, 230814, 230920, 231113, 231213, 240105, 240202, 240228,
],
},
beta: {
Expand All @@ -40,22 +40,22 @@ export const SERVER = {
fi1: {
// Hetzner Cloud (Helsinki, Finland), 20TB/mo
url: 'https://cdn-fi1.organicmaps.app/',
dataVersions: [240105, 240202],
dataVersions: [240202, 240228],
},
de1: {
// Hetzner Cloud (Falkenstein, Germany), 20TB/mo
url: 'https://cdn-eu2.organicmaps.app/',
dataVersions: [240105, 240202],
dataVersions: [240202, 240228],
},
de2: {
// Hetzner Cloud (Falkenstein, Germany), 20TB/mo
url: 'https://cdn-de2.organicmaps.app/',
dataVersions: [231213, 240105, 240202],
dataVersions: [240105, 240202, 240228],
},
us2: {
// Hetzner Cloud (Asburn, US East), 20TB/mo
url: 'https://cdn-us2.organicmaps.app/',
dataVersions: [240105, 240202],
dataVersions: [240202, 240228],
},
};

Expand Down

0 comments on commit fc36848

Please sign in to comment.