diff --git a/frontend/capacitor.config.json b/frontend/capacitor.config.json index d62b351..ef53572 100644 --- a/frontend/capacitor.config.json +++ b/frontend/capacitor.config.json @@ -2,5 +2,9 @@ "appId": "com.reddingsbrigadewaddinxveen.wrbapp", "appName": "wrbapp", "webDir": ".output/public", - "bundledWebRuntime": false + "bundledWebRuntime": false, + "server": { + "url": "https://wrbapp.xeovalyte.com/", + "cleartext": true + } }