Core Module
Including Azu
module MyApp
include Azu
endConfiguration
configure
Azu.configure do |config|
config.port = 8080
config.host = "0.0.0.0"
config.env = Environment::Production
config.template_hot_reload = false
endConfiguration Options
Option
Type
Default
Description
Environment
Checking Environment
Starting the Application
start
start (block)
Cache Access
cache
Router Access
router
Logging
log
Type Aliases
Constants
See Also
Last updated
Was this helpful?
