class Orion::Config
- Orion::Config
- Reference
- Object
Overview
These are the options available when setting properties with the config
method within your application.
Defined in:
Instance Method Summary
- #address
- #address=(address : Socket::IPAddress | Socket::UNIXAddress | Nil)
- #asset_host : String?
- #asset_host=(asset_host : String?)
- #autoclose : Bool
- #autoclose=(autoclose : Bool)
- #cache : Orion::Cache
- #cache=(cache : Orion::Cache)
- #host
- #host=(host : String)
- #logger : Log?
- #logger=(logger : Log?)
- #name : String
- #name=(name : String)
- #path
- #path=(path : String?)
- #port
- #port=(port : String)
- #port=(port : Int32?)
- #port=(port : Nil)
- #readonly
- #reuse_port : Bool
- #reuse_port=(reuse_port : Bool)
- #socket : Socket::Server?
- #socket=(socket : Socket::Server?)
- #tls : OpenSSL::SSL::Context::Server?
- #tls=(tls : OpenSSL::SSL::Context::Server?)
- #uri
- #uri=(uri : String)
- #uri=(uri : URI)
- #workers : Int32 | Int64
- #workers=(workers : Int32 | Int64)