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:
orion/config.crInstance Method Summary
- #address
- #address=(address : Socket::IPAddress | Socket::UNIXAddress | Nil)
- #asset_host : String | Nil
- #asset_host=(asset_host : String | Nil)
- #autoclose : Bool
- #autoclose=(autoclose : Bool)
- #cache : Orion::Cache
- #cache=(cache : Orion::Cache)
- #host
- #host=(host : String)
- #logger : Log | Nil
- #logger=(logger : Log | Nil)
- #name : String
- #name=(name : String)
- #path
- #path=(path : String | Nil)
- #port
- #port=(port : Nil)
- #port=(port : Int32 | Nil)
- #port=(port : String)
- #readonly
- #reuse_port : Bool
- #reuse_port=(reuse_port : Bool)
- #socket : Socket::Server | Nil
- #socket=(socket : Socket::Server | Nil)
- #strip_extension : Bool
- #strip_extension=(strip_extension : Bool)
- #tls : OpenSSL::SSL::Context::Server | Nil
- #tls=(tls : OpenSSL::SSL::Context::Server | Nil)
- #uri
- #uri=(uri : String)
- #uri=(uri : URI)
- #workers : Int32 | Int64
- #workers=(workers : Int32 | Int64)