Skip to content
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
Compare
Choose a tag to compare
@dlmr dlmr released this 19 Feb 10:52
· 10 commits to master since this 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.