Config stuff, docs

This commit is contained in:
2024-03-11 23:20:48 +01:00
parent 0513ab0999
commit 4150dfcf5b
4 changed files with 66 additions and 28 deletions

View File

@ -93,9 +93,6 @@ class Configuration
'allow_origin' => '*',
'csp' => 'default-src * \'self\'',
],
'websocket' => isset($config['websocket'])?[
'enable' => $config['websocket']['enable']??false
]:null,
];
return $this;
}