Any additional application-specific locals.
OptionalauthGlob patterns (picomatch) for routes that require bearer-token
authentication via the verifyToken Fastify decorator.
When undefined or empty, authentication is disabled.
Example: ["/api/**"]
OptionalauthProtection-space label used in the WWW-Authenticate challenge (RFC 6750).
Typically the Keycloak realm name. Defaults to "api" when omitted.
OptionalhostHostname the server will bind to.
OptionalpkgPackage metadata (e.g. contents of package.json).
OptionalportPort the server will listen on.
Application locals decorated onto the Fastify instance and available throughout the request lifecycle.