roc-lang / basic-webserver

A basic webserver in Roc
https://roc-lang.github.io/basic-webserver/
Universal Permissive License v1.0
76 stars 16 forks source link

Add ROC_BASIC_WEBSERVER_HOST and ROC_BASIC_WEBSERVER_PORT variables #15

Closed Gauteab closed 11 months ago

Gauteab commented 11 months ago

Makes it possible to set the host name and port of the server via environment variables.

Solves #14