class Launch::Environment::Settings

Defined in:

launch/environment/settings.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

blank? blank?, present? present?

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def auto_reload : Bool #

[View source]
def auto_reload=(auto_reload : Bool) #

[View source]
def database_adapter : String #

[View source]
def database_adapter=(database_adapter : CredentialsType) #

[View source]
def database_host : String #

[View source]
def database_host=(database_host : CredentialsType) #

[View source]
def database_name : String #

[View source]
def database_name=(database_name : CredentialsType) #

[View source]
def database_password : String #

[View source]
def database_password=(database_password : CredentialsType) #

[View source]
def database_url : String #

[View source]
def database_url=(database_url : CredentialsType | Nil) #

[View source]
def database_user : String #

[View source]
def database_user=(database_user : CredentialsType) #

[View source]
def host : String #

[View source]
def host=(host : CredentialsType) #

[View source]
def logging #

[View source]
def logging=(logging : Logging::OptionsType) #

[View source]
def migration_file_path : String #

[View source]
def migration_file_path=(migration_file_path : CredentialsType) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def pipes : Hash(String, Hash(String, Hash(String, SettingValue))) #

[View source]
def pipes=(pipes : Hash(String, Hash(String, Hash(String, SettingValue)))) #

[View source]
def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]
def port_reuse : Bool #

[View source]
def port_reuse=(port_reuse : Bool) #

[View source]
def process_count : Int32 #

[View source]
def process_count=(process_count : Int32) #

[View source]
def redis_url : String #

[View source]
def redis_url=(redis_url : CredentialsType) #

[View source]
def secret_key_base : String #

[View source]
def secret_key_base=(secret_key_base : CredentialsType) #

[View source]
def session #

[View source]
def session=(session : Hash(String, Int32 | String)) #

[View source]
def session_store #

[View source]
def smtp : SMTPSettings #

[View source]
def smtp=(smtp : Hash(String, SettingValue)) #

[View source]
def ssl_cert_file : String | Nil #

[View source]
def ssl_cert_file=(ssl_cert_file : CredentialsType | Nil) #

[View source]
def ssl_key_file : String | Nil #

[View source]
def ssl_key_file=(ssl_key_file : CredentialsType | Nil) #

[View source]