struct DBConfig

Included Modules

Defined in:

invidious/helpers/helpers.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def dbname : String #

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

[View source]
def host : String #

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

[View source]
def password : String #

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

[View source]
def port : Int32 #

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

[View source]
def user : String #

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

[View source]