class Launch::Environment::Settings
- Launch::Environment::Settings
- Reference
- Object
Defined in:
launch/environment/settings.crConstructors
Instance Method Summary
- #auto_reload : Bool
- #auto_reload=(auto_reload : Bool)
- #database_adapter : String
- #database_adapter=(database_adapter : CredentialsType)
- #database_host : String
- #database_host=(database_host : CredentialsType)
- #database_name : String
- #database_name=(database_name : CredentialsType)
- #database_password : String
- #database_password=(database_password : CredentialsType)
- #database_url : String
- #database_url=(database_url : CredentialsType | Nil)
- #database_user : String
- #database_user=(database_user : CredentialsType)
- #host : String
- #host=(host : CredentialsType)
- #logging
- #logging=(logging : Logging::OptionsType)
- #migration_file_path : String
- #migration_file_path=(migration_file_path : CredentialsType)
- #name : String
- #name=(name : String)
- #pipes : Hash(String, Hash(String, Hash(String, SettingValue)))
- #pipes=(pipes : Hash(String, Hash(String, Hash(String, SettingValue))))
- #port : Int32
- #port=(port : Int32)
- #port_reuse : Bool
- #port_reuse=(port_reuse : Bool)
- #process_count : Int32
- #process_count=(process_count : Int32)
- #redis_url : String
- #redis_url=(redis_url : CredentialsType)
- #secret_key_base : String
- #secret_key_base=(secret_key_base : CredentialsType)
- #session
- #session=(session : Hash(String, Int32 | String))
- #session_store
- #smtp : SMTPSettings
- #smtp=(smtp : Hash(String, SettingValue))
- #ssl_cert_file : String | Nil
- #ssl_cert_file=(ssl_cert_file : CredentialsType | Nil)
- #ssl_key_file : String | Nil
- #ssl_key_file=(ssl_key_file : CredentialsType | Nil)