luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.57k stars 156 forks source link

ENV to override the server host #1788

Closed jwoertink closed 1 year ago

jwoertink commented 1 year ago

Purpose

Fixes #1787

Description

This adds the option to override the server host by using an ENV. We've had the ability to do this for the PORT for a while now, so it made sense to add host too.

Checklist