Switch to test server

Former-commit-id: 879dc7d65d01298890203c4bc56fe7cf2c67a6da [formerly d35757dc63f0af976709756778b8e68595b4ec38] [formerly 776b0b3d062b261f0572db2e3944e87bcf2b5fda] [formerly e47f3f229aaa79f48ce264bf1c0a5fa243e0384d [formerly 8cd84e7042586ca0eb12f58c80cac7878e9b8c99 [formerly a0e0211e487f32e05fdb7f5ecafb9817baa814c2]]]
Former-commit-id: a53f6746bc5624c95f55b397c7d92b64b65ebd32 [formerly 8fd815576679dc5cabe986b222f5d8071c5f2ed8 [formerly b98f7a6b94d74d18066d4745a8efbae939d5bf94]]
Former-commit-id: 57d593bda6bcc7ed99485bb160d2b388319302ca [formerly e0f5244525697f3989d2a3a4ac69a76beb3f278f]
Former-commit-id: dde52765240a3ba7a8286db1035a840839cece70
This commit is contained in:
Jaifroid 2021-05-25 07:17:06 +01:00
parent 7a302a5a78
commit 11a314e75c

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