struct Obsctl::Config::ServerConfig

Overview

Local daemon options that affect server IPC and lifecycle behavior.

Included Modules

Defined in:

obsctl/config/config.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(socket_path : String | Nil = nil, pid_file : String | Nil = nil, allow_remote_shutdown : Bool = false, start_embedded_if_missing : Bool = true) #

[View source]

Instance Method Detail

def allow_remote_shutdown : Bool #

def pid_file : String | Nil #

def socket_path : String | Nil #

def start_embedded_if_missing : Bool #