Interface: CoreConfig
Interface for the core configuration settings of Vramework.
Properties
logLevel
logLevel: LogLevel;
The log level for the application.
Defined in
packages/core/src/types/core.types.ts:40
maximumComputeTime?
optional maximumComputeTime: number;
The maximum compute time allowed, in milliseconds (optional).
Defined in
packages/core/src/types/core.types.ts:42
secrets?
optional secrets: object;
Secrets used by the application (optional).