fix(server, helm): minor fixes

This commit is contained in:
Gergő Jedlicska
2023-07-28 09:44:13 +02:00
parent 42190f42ee
commit 2a70557903
2 changed files with 2 additions and 6 deletions
@@ -49,7 +49,8 @@ describe('Activity digest notifications @notifications', () => {
canonicalUrl: 'this would be localhost:// or whatever',
completed: false,
inviteOnly: true,
version: 'testing 1 2 3'
version: 'testing 1 2 3',
guestModeEnabled: false
}
const topic: DigestTopic = {
@@ -97,11 +97,6 @@
"description": "This maximum size of any single file (unit is Megabytes) that can be uploaded to Speckle",
"default": 100
},
"serverGuestsEnabled": {
"type": "boolean",
"description": "Enables users to join the server as Guests, having limiter permissions",
"default": false
},
"enable_prometheus_monitoring": {
"type": "boolean",
"description": "If enabled, Speckle deploys a Prometheus ServiceMonitor resource",