Private ReadonlyconfigBearer token that client backends must present in the Authorization
header.
The configured client bearer token.
Current application environment, e.g. "development", "production".
The current environment string.
Directory where daily log files are written.
The log directory path string. Defaults to "logs".
TCP port on which the HTTP server listens.
The configured port number; defaults to 3000.
Hostname or IP address of the Redis instance.
The Redis host string.
Port of the Redis instance.
The Redis port number.
Bearer token injected into gRPC metadata for every call to the Rust engine.
The engine bearer token.
Hostname or IP address of the Rust controller engine gRPC server.
The engine host string.
Port of the Rust controller engine gRPC server.
The engine port number.
Typed wrapper around NestJS
ConfigServicethat exposes individual configuration values as strongly-typed properties.Injecting
AppConfigServiceinstead of the rawConfigServiceprevents scatteredconfig.get('SOME_KEY')calls and avoids runtime type surprises.