struct DBConfig
- DBConfig
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
Defined in:
invidious/helpers/helpers.crConstructors
Instance Method Summary
- #dbname : String
- #dbname=(dbname : String)
- #host : String
- #host=(host : String)
- #password : String
- #password=(password : String)
- #port : Int32
- #port=(port : Int32)
- #user : String
- #user=(user : String)