class Config

Defined in:

xbs.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 maxsyncsize : Int32 #

[View source]
def message : String #

[View source]
def port : Int32 #

Required settings


[View source]
def sslport : Int32 | Nil #

Optional settings


[View source]
def status : Int32 #

[View source]
def version : String #

Optional settings that get default values if not specified.


[View source]