Revert to production server

Former-commit-id: 89d65b109e6550b123302caab8546ef2745d6f20 [formerly b6a64745fc8a57c1a6077480c9a8fcde2d44c53c [formerly c7988fa9bbca474e0cf4b7f3d3da8eea302dcf89]]
Former-commit-id: 295717b2029bf93741d577528a80ef5c9cb3a41b
Former-commit-id: bfae726cff825a3edd18fb38182559563e8c5204
This commit is contained in:
Jaifroid 2021-09-04 17:31:39 +01:00
parent 4c4786b84b
commit 56907e3bdd

View File

@ -62,8 +62,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();