Optional Configuration
SSL
If you want to use the https protocol, you must provide us with a certificate and an SSL key String. This can also be fs.readFileSync
.
Example Usage
Props
enabled
boolean
requiredIndicate if SSL should be enabled or not.
key
string
requiredPath to the ssl key file
cert
string
requiredPath to the ssl cert file
Was this page helpful?