Revert to production server

Former-commit-id: 56907e3bdd346844c5271496e05f46b29921c2e5 [formerly bfae726cff825a3edd18fb38182559563e8c5204] [formerly 295717b2029bf93741d577528a80ef5c9cb3a41b] [formerly 89d65b109e6550b123302caab8546ef2745d6f20 [formerly b6a64745fc8a57c1a6077480c9a8fcde2d44c53c [formerly c7988fa9bbca474e0cf4b7f3d3da8eea302dcf89]]]
Former-commit-id: a7c94d89a7837a06906c773542517205e9246378 [formerly f521ca86943fbfb6d81b11aea89c18557d384828 [formerly 3055907bc2975b8480fee663c1362724824d00ff]]
Former-commit-id: 1d76814620ed8d8a9b083aa9c8fb607a571720df [formerly 5a2a85b2bf060695f882068eec9c335b94364d92]
Former-commit-id: de48dbc86bc041edb125b1d880284b98147f9992
This commit is contained in:
Jaifroid 2021-09-04 17:31:39 +01:00
parent 923e54f21d
commit bb2746ec50

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