This repository has been archived by the owner on Sep 28, 2018. It is now read-only.
v1.0.0-beta3
Pre-release
Pre-release
Features
- Added support for easily starting the server on HTTPS. This can be configured and enabled by using the new
https
option. See more below.
Fixes
- Makes the logging from the server a bit better.
Using HTTPS
HTTPS will be used if a port is provided to runtime.https.port
and use the certificate and the key file as provided to runtime.https.key
and runtime.https.cert
. If running in development (using roc dev
) a certificate will be automatically provided if none is given, this to make development easier.