Configuration: Environment
Pakyow provides the following environment config options:
default_env
: What environment to boot into ifRACK_ENV
is not provided. Default::development
freeze_on_boot
: Iftrue
, freezes the environment and mounted applications on boot. Default:true
Example Usage
Environment config lives in config/environment.rb
:
Pakyow.configure do
config.option = :value
end