struct Orion::Config::ReadOnly

Defined in:

orion/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Orion::Config) #

Instance Method Detail

def address : Socket::IPAddress | Socket::UNIXAddress | Nil #

def asset_host : String | Nil #

def cache : Orion::Cache #

def host : String | Nil #

def logger : Log | Nil #

def name : String #

def path : String | Nil #

def port : Int32 | Nil #

def uri : URI | Nil #

def workers : Int32 | Int64 #