Switch to test server

Former-commit-id: e47f3f229aaa79f48ce264bf1c0a5fa243e0384d [formerly 8cd84e7042586ca0eb12f58c80cac7878e9b8c99 [formerly a0e0211e487f32e05fdb7f5ecafb9817baa814c2]]
Former-commit-id: 776b0b3d062b261f0572db2e3944e87bcf2b5fda
Former-commit-id: d35757dc63f0af976709756778b8e68595b4ec38
This commit is contained in:
Jaifroid 2021-05-25 07:17:06 +01:00
parent ad80c73519
commit 879dc7d65d

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();