Page Contents
Home > @loopback/express > ExpressServer > config
ExpressServer.config property
Signature:
protected readonly config?: (HttpOptions & {
basePath?: string | undefined;
settings?: Record<string, unknown> | undefined;
}) | (HttpsOptions & {
basePath?: string | undefined;
settings?: Record<string, unknown> | undefined;
}) | undefined;