class RSUS::Config
- RSUS::Config
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
rsus/config.crConstant Summary
-
CONFIG_FILE =
"config.yml"
Constructors
Instance Method Summary
- #environment : String
- #environment=(environment : String)
- #log(event, body = {} of String => String)
- #logfile : String
- #logfile=(logfile : String)
- #max_size : Int32
- #max_size=(max_size : Int32)
- #site : String
- #site=(site : String)
- #slug_size : Int32
- #slug_size=(slug_size : Int32)
- #store : String
- #store=(store : String)
- #token?(auth)
- #tokens : Hash(String, String)
- #tokens=(tokens : Hash(String, String))