1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

docs: Clarify type and scope of user.* config keys

Signed-off-by: Lucas Bremgartner <lucas.bremgartner@futurfusion.io>
This commit is contained in:
Lucas Bremgartner
2025-08-12 08:07:16 +02:00
parent a2088f0881
commit de34c52033

View File

@@ -137,4 +137,5 @@ The following server options configure server-specific settings for {ref}`instan
## User options
Additional user defined configuration keys are available within the `user.` namespace.
User defined configuration keys are always of type `string` and have `global` scope.
Note that keys starting with `user.ui.` are used for web UI configuration options and are visible even to unauthenticated users.