Optional
config: { Optional
debug?: booleanOptional
debugOptional
debugOptional
debugRelative to {varPath} option.
Optional
debugOptional
host?: stringOptional
httpprint http request logs to logger.
Optional
httpsIf httpsPort and ssl is defined, then the https server is started additional to the http-server.
Optional
keepOptional
maxOptional
migrateWhether all registered database should be migrated automatically on startup.
Optional
migrationOptional
path?: stringOptional
port?: numberOptional
publicA path to a folder that should be served per default. Relative to cwd.
Optional
publicPer default the folder specified in publicDir is available under /. Change that to a URL prefix of your choice.
Optional
selfIf for ssl: true the certificate and key should be automatically generated.
Optional
server?: anycustom server created by node http/https module.
Optional
session?: anyThe session ClassType
Optional
ssl?: booleanEnables HTTPS server.
Optional
sslA file path to a ca file for https.
Optional
sslA file path to a certificate file for https.
Optional
sslA file path to a ca file for https
Optional
sslA file path to a ssl key file for https.
Optional
sslSame interface as tls.SecureContextOptions & tls.TlsOptions.
Optional
varOptional
workers?: numberA value of 0 means the main process handles requests alone. A value of > 0 means the main process does not handle any requests and anything is redirected to workers.
Protected
dbsProtected
rpcProtected
setupGenerated using TypeDoc
Description
IP:Port or unix socket name or named pipes.