class Wsman::Config

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(config_base) #

[View source]

Instance Method Detail

def awslogs_config_path : String #

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

[View source]
def awslogs_prefix : String #

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

[View source]
def container_htdocs : String #

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

[View source]
def container_image : String #

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

[View source]
def container_network : String #

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

[View source]
def container_subnet : String #

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

[View source]
def docker_compose_filename : String #

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

[View source]
def docker_environment_dir : String #

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

[View source]
def docker_environment_prefix : String #

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

[View source]
def fixtures_dir : String #

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

[View source]
def hosting_env_file : String #

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

[View source]
def mysql_pwd_cmd : String #

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

[View source]
def nginx_conf_dir : String #

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

[View source]
def phpfpm_port : Int32 #

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

[View source]
def solr_data_path : String #

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

[View source]
def solr_image : String #

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

[View source]
def stack_name_cmd : String #

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

[View source]
def systemd_service_dir : String #

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

[View source]
def template_service_name : String #

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

[View source]
def web_group : String #

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

[View source]
def web_root_dir : String #

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

[View source]
def web_user : String #

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

[View source]