class Config

Included Modules

Defined in:

app/config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.load : Config #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def kemal_env : String #

[View source]
def kemal_env=(kemal_env : String) #

[View source]
def log : IO::FileDescriptor #

[View source]
def log=(log : IO::FileDescriptor) #

[View source]
def log_headers : Array(String) #

[View source]
def log_headers=(log_headers : Array(String)) #

[View source]
def port : UInt16 #

[View source]
def port=(port : UInt16) #

[View source]
def root : String #

[View source]
def root=(root : String) #

[View source]
def trust_headers_ip : Bool #

[View source]
def trust_headers_ip=(trust_headers_ip : Bool) #

[View source]