class Config

Defined in:

cover.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config_file : String) #

[View source]

Instance Method Detail

def cert : String | Nil #

[View source]
def db : String #

[View source]
def key : String | Nil #

[View source]
def log : String | Nil #

[View source]
def loglevel : String | Nil #

[View source]
def port : Int32 #

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

[View source]
def sslport : Int32 | Nil #

[View source]