glimr/config/config
Values
pub fn dev_proxy_port() -> Int
Deprecated: Use glimr/config.dev_proxy_port instead
pub fn get_bool_list(path: String) -> List(Bool)
Deprecated: Use glimr/config.get_bool_list instead
pub fn get_bool_or(path: String) -> Result(Bool, Nil)
Deprecated: Use glimr/config.get_bool_or instead
pub fn get_int_list(path: String) -> List(Int)
Deprecated: Use glimr/config.get_int_list instead
pub fn get_int_or(path: String) -> Result(Int, Nil)
Deprecated: Use glimr/config.get_int_or instead
pub fn get_string(path: String) -> String
Deprecated: Use glimr/config.get_string instead
pub fn get_string_list(path: String) -> List(String)
Deprecated: Use glimr/config.get_string_list instead
pub fn get_string_or(path: String) -> Result(String, Nil)
Deprecated: Use glimr/config.get_string_or instead