fix(drasl): ApplicationOwner is a string, not a table (config parse crash)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -15,9 +15,8 @@ AllowPasswordLogin = true
|
|||||||
# Both or neither — mixed auth breaks on MC 1.21+ with SignPublicKeys = true.
|
# Both or neither — mixed auth breaks on MC 1.21+ with SignPublicKeys = true.
|
||||||
SignPublicKeys = false
|
SignPublicKeys = false
|
||||||
|
|
||||||
[ApplicationOwner]
|
# Free-text owner label shown in the web UI (a string, not a table).
|
||||||
Name = "Ulicraft"
|
ApplicationOwner = "Ulicraft"
|
||||||
Email = "admin@${BASE_DOMAIN}"
|
|
||||||
|
|
||||||
# OIDC block intentionally omitted for now (no Keycloak).
|
# OIDC block intentionally omitted for now (no Keycloak).
|
||||||
# [[RegistrationOIDC]] <- future task
|
# [[RegistrationOIDC]] <- future task
|
||||||
|
|||||||
Reference in New Issue
Block a user