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,
|
'oidc?': oidcConfig,
|
||||||
'integration?': integrationConfig,
|
'integration?': integrationConfig,
|
||||||
headscale: headscaleConfig,
|
headscale: headscaleConfig,
|
||||||
}).onDeepUndeclaredKey('reject');
|
}).onDeepUndeclaredKey('delete');
|
||||||
|
|
||||||
export const partialHeadplaneConfig = type({
|
export const partialHeadplaneConfig = type({
|
||||||
debug: stringToBool,
|
debug: stringToBool,
|
||||||
|
|||||||
@ -105,7 +105,3 @@ oidc:
|
|||||||
# This should point to your publicly accessibly URL
|
# This should point to your publicly accessibly URL
|
||||||
# for your Headplane instance with /admin/oidc/callback
|
# for your Headplane instance with /admin/oidc/callback
|
||||||
redirect_uri: "http://localhost:3000/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