Skip to main content

Module config

Module config 

Source
Available on crate feature serve only.
Expand description

ServeConfig — the validated, runtime-ready server configuration built from ServeArgs. The no-auth gate lives here so an unauthenticated server can never start silently.

Structs§

ServeConfig
Validated server configuration.

Enums§

AuthMode
How /v1/* requests are authenticated.
HistoryBackendSpec
Run-history storage backend selection (parsed from --history).