class

Lucky::Server::HabitatSettings

Inherits Reference < Object

Class methods

asset_host
asset_host=(value : String)
asset_host?

Used for checking missing settings on non-nilable types It's advised to use asset_host in your apps to ensure the propper type is checked.

gzip_content_types
gzip_content_types=(value : Array(String))
gzip_content_types?

Used for checking missing settings on non-nilable types It's advised to use gzip_content_types in your apps to ensure the propper type is checked.

gzip_enabled
gzip_enabled=(value : Bool)
gzip_enabled?

Used for checking missing settings on non-nilable types It's advised to use gzip_enabled in your apps to ensure the propper type is checked.

host
host=(value : String)
host?

Used for checking missing settings on non-nilable types It's advised to use host in your apps to ensure the propper type is checked.

port
port=(value : Int32)
port?

Used for checking missing settings on non-nilable types It's advised to use port in your apps to ensure the propper type is checked.

secret_key_base
secret_key_base=(value : String)
secret_key_base?

Used for checking missing settings on non-nilable types It's advised to use secret_key_base in your apps to ensure the propper type is checked.

to_h

Generates a hash using the provided values