wrbapp/frontend/capacitor.config.json

11 lines
237 B
JSON
Raw Normal View History

2022-09-29 16:23:51 +02:00
{
"appId": "com.reddingsbrigadewaddinxveen.wrbapp",
2023-05-10 12:36:54 +02:00
"appName": "WRB App",
2022-09-29 16:23:51 +02:00
"webDir": ".output/public",
2022-10-01 13:44:13 +02:00
"bundledWebRuntime": false,
"server": {
2023-05-10 12:36:54 +02:00
"url": "https://app.reddingsbrigadewaddinxveen.nl/",
2022-10-01 13:44:13 +02:00
"cleartext": true
}
2022-09-29 16:23:51 +02:00
}