update config.example

This commit is contained in:
2026-08-02 10:00:56 +00:00
parent e9f5094e8d
commit 8eef719030
2 changed files with 103 additions and 217 deletions
+8 -7
View File
@@ -13,14 +13,15 @@ tls:
# Management API settings
remote-management:
# Whether to allow remote (non-localhost) management access.
# When false, only localhost can access management endpoints (a key is still required).
allow-remote: false
# Whether to allow remote (non-localhost) management access.
# When false, only localhost can access management endpoints (a key is still required).
allow-remote: true
# Management key. If a plaintext value is provided here, it will be hashed on startup.
# All management requests (even from localhost) require this key.
# Leave empty to disable the Management API entirely (404 for all /v0/management routes).
secret-key: "$2a$10$j0sh.ThQ3boIlkx0t1vw7uIeQWhGaGXTdJBG.uKilx2754MkPESUS"
# Management key. If a plaintext value is provided here, it will be hashed on startup.
# All management requests (even from localhost) require this key.
# Leave empty to disable the Management API entirely (404 for all /v0/management routes).
secret-key: ""
# Disable the bundled management control panel asset download and HTTP route when true.
disable-control-panel: false
+95 -210
View File
File diff suppressed because one or more lines are too long