wrbapp/frontend/capacitor.config.json
2022-10-01 13:44:13 +02:00

11 lines
223 B
JSON

{
"appId": "com.reddingsbrigadewaddinxveen.wrbapp",
"appName": "wrbapp",
"webDir": ".output/public",
"bundledWebRuntime": false,
"server": {
"url": "https://wrbapp.xeovalyte.com/",
"cleartext": true
}
}