Configuration: Built-In Server
Pakyow provides the following environment config options for the built-in server:
server.name
: Name of the app server to use. Default::puma
server.port
: Port that the app server should run on. Default:3000
server.host
: Host that the app server should run on. Default:"localhost"
Example Usage
Built-in server config lives in config/environment.rb
:
Pakyow.configure do
config.server.option = value
end