Optionalassets?: AssetsConfigIt serves assets with the serve-static module like ExpressJS.
Optionalhttp2?: booleanUse HTTP2 server (experimental)
OptionalhttpServerTimeout?: numberHTTP Server Timeout
OptionalinternalServiceSpecialChar?: string | RegExpSpecial char for internal services
Note: RegExp type is not official
Optionalip?: stringExposed IP
Optionallog4XXResponses?: booleanIf set to true, it will log 4xx client errors, as well
OptionallogRequest?: LogLevels | nullLog each request (default to "info" level)
OptionallogRequestParams?: LogLevels | nullLog the request ctx.params (default to "debug" level)
OptionallogResponse?: LogLevels | nullLog each response (default to "info" level)
OptionallogResponseData?: LogLevels | nullLog the response data (default to disable)
OptionallogRouteRegistration?: LogLevels | nullLog the route registration/aliases related activity
OptionaloptimizeOrder?: booleanOptimize route order
Optionalpath?: stringGlobal path prefix
Optionalport?: numberExposed port
OptionalqsOptions?: IParseOptionsOptions passed on to qs
OptionalrootCallOptions?: CallingOptionsCallOption for the root action api.rest
Optionalroutes?: MoleculerWebTypes.ApiRouteSchema[]Gateway routes
Optionalserver?: 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