From 9b4d24ceed39d957e165b5d8d1e1c6778a1fee66 Mon Sep 17 00:00:00 2001 From: Xeovalyte Date: Sat, 1 Oct 2022 13:44:13 +0200 Subject: [PATCH] added server --- frontend/capacitor.config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 + } }