added server

This commit is contained in:
Xeovalyte 2022-10-01 13:44:13 +02:00
parent bc3bd362a2
commit 9b4d24ceed

View File

@ -2,5 +2,9 @@
"appId": "com.reddingsbrigadewaddinxveen.wrbapp", "appId": "com.reddingsbrigadewaddinxveen.wrbapp",
"appName": "wrbapp", "appName": "wrbapp",
"webDir": ".output/public", "webDir": ".output/public",
"bundledWebRuntime": false "bundledWebRuntime": false,
"server": {
"url": "https://wrbapp.xeovalyte.com/",
"cleartext": true
}
} }