Files
logseq/android/app/src/main/assets/capacitor.config.json
2021-09-28 14:58:43 +08:00

11 lines
179 B
JSON

{
"appId": "com.logseq.app",
"appName": "Logseq",
"webDir": "public",
"bundledWebRuntime": false,
"server": {
"url": "http://192.168.50.122:3001",
"cleartext": true
}
}