浏览代码

comment in server url in capacitor.config.ts

leizhe 4 年之前
父节点
当前提交
e810ccfe6c
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      capacitor.config.ts

+ 4 - 4
capacitor.config.ts

@@ -16,10 +16,10 @@ const config: CapacitorConfig = {
     }
     }
     // do not commit this into source control
     // do not commit this into source control
     // source: https://capacitorjs.com/docs/guides/live-reload
     // 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;
 export = config;