fix: remove unreleased feature and ignore invalid keys in config
This commit is contained in:
parent
2e383ddabe
commit
5e5c7c4c7a
@ -75,7 +75,7 @@ export const headplaneConfig = type({
|
||||
'oidc?': oidcConfig,
|
||||
'integration?': integrationConfig,
|
||||
headscale: headscaleConfig,
|
||||
}).onDeepUndeclaredKey('reject');
|
||||
}).onDeepUndeclaredKey('delete');
|
||||
|
||||
export const partialHeadplaneConfig = type({
|
||||
debug: stringToBool,
|
||||
|
||||
@ -105,7 +105,3 @@ oidc:
|
||||
# This should point to your publicly accessibly URL
|
||||
# for your Headplane instance with /admin/oidc/callback
|
||||
redirect_uri: "http://localhost:3000/admin/oidc/callback"
|
||||
|
||||
# Stores the users and their permissions for Headplane
|
||||
# This is a path to a JSON file, default is specified below.
|
||||
user_storage_file: "/var/lib/headplane/users.json"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user