Switch to production server

Former-commit-id: 36e7ff6992c86776dbcb519addb1e9cec192f3ea [formerly 32f2a3def5f3442aaee0fd0a4f6c99fc270a4576] [formerly db9f6d860073482e3f0cbea9bcab33b60944faf3] [formerly 7fa838dc0379ecaf562e5bc566cdce2a2fbd3b21 [formerly c7762ef51788d2f88eef0a555b2fcd017e6683ee [formerly 643bb3002a26734856ecb2e8fbf0e6771fad51a6]]]
Former-commit-id: 56942d4d28738bc5c9ac37e22ce377a8f20616ba [formerly b2586bbc934722cae7d91c587653f343a4c5d232 [formerly b05cae56fe272f0c11ba0505b6442d847808039c]]
Former-commit-id: 01659e9d203dc447b9931f2537783ff6af7e6eb2 [formerly 15ec9f505edc27382f296e75eaffb6aeba3405ac]
Former-commit-id: 554425f69d70fee10a05a68f2a8f370955456bf7
This commit is contained in:
Jaifroid 2021-05-11 17:36:35 +01:00
parent 6fa71b0c43
commit 5a0d09b920

View File

@ -61,8 +61,8 @@ params['cachedStartPages'] = {
};
params['kiwixDownloadLink'] = "https://download.kiwix.org/zim/"; //Include final slash
/******* DEV: ENSURE SERVERS BELOW ARE LISTED IN package.appxmanifest ************/
// params['PWAServer'] = "https://pwa.kiwix.org/"; // Production server
params['PWAServer'] = "https://kiwix.github.io/kiwix-js-windows/"; // Test server
params['PWAServer'] = "https://pwa.kiwix.org/"; // Production server
// params['PWAServer'] = "https://kiwix.github.io/kiwix-js-windows/"; // Test server
params['PWAMode'] = getSetting('PWAMode'); // Set to true if the app should always operate in PWA mode
params['storeType'] = getBestAvailableStorageAPI();