module Lucky::ServerSettings

Extended Modules

Defined in:

lucky/server_settings.cr

Constant Summary

YAML_SETTINGS_PATH = "./config/watch.yml"

Instance Method Summary

Instance Method Detail

def host : String #

The host for your local development. Depending on your setup, you may need localhost, 127.0.0.1, or 0.0.0.0


[View source]
def port : Int32 #

The port to run your local dev server


[View source]
def reload_port : Int32 #

This is the port the dev watcher service will run on


[View source]
def reload_watch_paths : Array(String) #

Watch additional paths for changes


[View source]