Optional
assets?: AssetsConfigIt serves assets with the serve-static module like ExpressJS.
Optional
http2?: booleanUse HTTP2 server (experimental)
Optional
httpServerTimeout?: numberHTTP Server Timeout
Optional
internalServiceSpecialChar?: string | RegExpSpecial char for internal services
Note: RegExp
type is not official
Optional
ip?: stringExposed IP
Optional
log4XXResponses?: booleanIf set to true, it will log 4xx client errors, as well
Optional
logRequest?: LogLevels | nullLog each request (default to "info" level)
Optional
logRequestParams?: LogLevels | nullLog the request ctx.params (default to "debug" level)
Optional
logResponse?: LogLevels | nullLog each response (default to "info" level)
Optional
logResponseData?: LogLevels | nullLog the response data (default to disable)
Optional
logRouteRegistration?: LogLevels | nullLog the route registration/aliases related activity
Optional
optimizeOrder?: booleanOptimize route order
Optional
path?: stringGlobal path prefix
Optional
port?: numberExposed port
Optional
qsOptions?: IParseOptionsOptions passed on to qs
Optional
rootCallOptions?: CallingOptionsCallOption for the root action api.rest
Optional
routes?: MoleculerWebTypes.ApiRouteSchema[]Gateway routes
Optional
server?: booleanUsed server instance. If null, it will create a new HTTP(s)(2) server
If false, it will start without server in middleware mode
for extra setting's keys