Revert to production server

Former-commit-id: 2956e3b292c640fabe9921bda9b3e3b0b711094c [formerly b02d6c3e1cbaa86b96df1a2ae9f5f96ff2f41a31] [formerly 5d9a1eafe0f016f57ddce1f2a5f91cef49c35be5] [formerly 4bffe3bb7acde73d0bfd7cae5f33a628cfd511fa [formerly 1f5f882a46d1a1bb28b01cff5beb4a9ceb0bdc70 [formerly d27e395cee102d34a4f7ac7d9bb10370fe115f3b]]]
Former-commit-id: 6bc20c7431420fe34201f8d1c07015fa5da56db0 [formerly 12195cac16f41388d5f4d3fcc40a2687d9d8f987 [formerly e7daf0b9768fa29807d75692ba7d0e679c2d158f]]
Former-commit-id: ba71c67d002f7f48b5f611a8229bd8a3a7320309 [formerly d24939a01262bfac17b77883e069da0be747c624]
Former-commit-id: fc1db023b50ce8b7fbf899c55b5bc60a7490654c
This commit is contained in:
Jaifroid 2021-11-04 06:11:42 +00:00
parent a1e443e25c
commit 7597d95f14

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