module Lucky::ServerSettings
Extended Modules
Defined in:
lucky/server_settings.crConstant Summary
-
YAML_SETTINGS_PATH =
"./config/watch.yml"
Instance Method Summary
-
#host : String
The host for your local development.
-
#port : Int32
The port to run your local dev server
-
#reload_port : Int32
This is the port the dev watcher service will run on
-
#reload_watch_paths : Array(String)
Watch additional paths for changes
Instance Method Detail
The host for your local development.
Depending on your setup, you may need localhost
, 127.0.0.1
, or 0.0.0.0