Bump versions
This commit is contained in:
parent
51ba0a3752
commit
156e7d1cc3
1 changed files with 10 additions and 9 deletions
19
src/index.ts
19
src/index.ts
|
@ -10,45 +10,46 @@ 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, 220912, 221029, 221119, 221216, 230121, 230210,
|
||||
220816, 220912, 221029, 221119, 221216, 230121, 230210, 230227,
|
||||
],
|
||||
},
|
||||
uk1: {
|
||||
// Mythic Beasts VPS (London, UK) 200TB/mo.
|
||||
url: 'https://cdn-uk1.organicmaps.app/',
|
||||
dataVersions: [221216, 230121, 230210],
|
||||
dataVersions: [230210, 230227],
|
||||
},
|
||||
nl1: {
|
||||
// // Mythic Beasts VPS (Amsterdam, NL) 200TB/mo.
|
||||
url: 'https://cdn-nl1.organicmaps.app/',
|
||||
dataVersions: [221216, 230121, 230210],
|
||||
dataVersions: [230210, 230227],
|
||||
},
|
||||
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,
|
||||
],
|
||||
},
|
||||
fi1: {
|
||||
// Hetzner Cloud (Helsinki, Finland), 20TB/mo
|
||||
url: 'https://cdn-fi1.organicmaps.app/',
|
||||
dataVersions: [230121, 230210],
|
||||
dataVersions: [230210, 230227],
|
||||
},
|
||||
de1: {
|
||||
// Hetzner Cloud (Falkenstein, Germany), 20TB/mo
|
||||
url: 'https://cdn-eu2.organicmaps.app/',
|
||||
dataVersions: [230121, 230210],
|
||||
dataVersions: [230210, 230227],
|
||||
},
|
||||
de2: {
|
||||
// Hetzner Cloud (Falkenstein, Germany), 20TB/mo
|
||||
url: 'https://cdn-de2.organicmaps.app/',
|
||||
dataVersions: [221216, 230121, 230210],
|
||||
dataVersions: [230121, 230210, 230227],
|
||||
},
|
||||
us2: {
|
||||
// Hetzner Cloud (Asburn, US East), 20TB/mo
|
||||
url: 'https://cdn-us2.organicmaps.app/',
|
||||
dataVersions: [230121, 230210],
|
||||
dataVersions: [230210, 230227],
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -127,8 +128,8 @@ export async function handleRequest(request: Request) {
|
|||
};
|
||||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 230213;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 230213;
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 230302;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 230302;
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
appVersion.flavor === 'google' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue