From 8b5041336bd36b53e9bb9f39f7d1e73773163c07 Mon Sep 17 00:00:00 2001 From: Leo Giovanetti Date: Thu, 24 Dec 2020 16:21:07 -0300 Subject: [PATCH 1/2] Removing server from cap config --- capacitor.config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/capacitor.config.json b/capacitor.config.json index 05e195d..3ecb51b 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -9,8 +9,5 @@ "launchShowDuration": 0 } }, - "server": { - "url": "http://192.168.86.26:3000" - }, "cordova": {} } From 8f46381999288ff8d036f2292199e3d383f3efa0 Mon Sep 17 00:00:00 2001 From: Leo Giovanetti Date: Thu, 24 Dec 2020 16:22:13 -0300 Subject: [PATCH 2/2] Removing server from cap config at ios --- ios/App/App/capacitor.config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/ios/App/App/capacitor.config.json b/ios/App/App/capacitor.config.json index 05e195d..3ecb51b 100644 --- a/ios/App/App/capacitor.config.json +++ b/ios/App/App/capacitor.config.json @@ -9,8 +9,5 @@ "launchShowDuration": 0 } }, - "server": { - "url": "http://192.168.86.26:3000" - }, "cordova": {} }