chore(server): remove useless client allowGuestDemoWorkspace config (#12988)

#### PR Dependency Tree


* **PR #12988** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Chores**
* Removed the configuration option that allowed guests to access demo
workspaces. This affects related settings in the system configuration
and admin interface.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
fengmk2
2025-07-02 18:13:15 +08:00
committed by GitHub
parent d768ad4af0
commit f761cbd964
3 changed files with 0 additions and 14 deletions

View File

@@ -211,10 +211,6 @@
"versionControl.requiredVersion": {
"type": "String",
"desc": "Allowed version range of the app that allowed to access the server. Requires 'client/versionControl.enabled' to be true to take effect."
},
"allowGuestDemoWorkspace": {
"type": "Boolean",
"desc": "Allow guests to access demo workspace."
}
},
"captcha": {