|
|
@@ -20,10 +20,10 @@ const config: CapacitorConfig = {
|
|
|
}
|
|
|
// do not commit this into source control
|
|
|
// source: https://capacitorjs.com/docs/guides/live-reload
|
|
|
- , server: {
|
|
|
- url: process.env.LOGSEQ_APP_SERVER_URL,
|
|
|
- cleartext: true
|
|
|
- }
|
|
|
+ // , server: {
|
|
|
+ // url: process.env.LOGSEQ_APP_SERVER_URL,
|
|
|
+ // cleartext: true
|
|
|
+ // }
|
|
|
};
|
|
|
|
|
|
export = config;
|