struct Config::SiteConfig

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def adv_analytics : Bool #

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

[View source]
def analytics_db_conf : String #

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

[View source]
def cache : Cache #

[View source]
def cache=(cache : Cache) #

[View source]
def db_conf : String #

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

[View source]
def db_uri : String #

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

[View source]
def dot_env : String #

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

[View source]
def fetch_404 : Bool #

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

[View source]
def geo_db : String #

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

[View source]
def scheme : String #

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

[View source]