comment in server url in capacitor.config.ts

This commit is contained in:
leizhe
2021-11-23 15:53:35 +08:00
parent d16f74888d
commit e810ccfe6c

View File

@@ -16,10 +16,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;