Subversion Repositories HomeAutomation

Rev

Rev 1768 | Rev 1939 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1768 Rev 1914
Line 40... Line 40...
40
    }
40
    }
41
 
41
 
42
    this->configuration_file_.add_options()
42
    this->configuration_file_.add_options()
43
    ("MonitorPort",   boost::program_options::value<int>()->default_value(1201), "TCP port to open for monitor output")
43
    ("MonitorPort",   boost::program_options::value<int>()->default_value(1201), "TCP port to open for monitor output")
44
    ("CommandPort",   boost::program_options::value<int>()->default_value(1202), "TCP port to open for command input")
44
    ("CommandPort",   boost::program_options::value<int>()->default_value(1202), "TCP port to open for command input")
-
 
45
    ("DaemonPort",   boost::program_options::value<int>()->default_value(1200), "TCP port to open for command input")
45
    ("LogFile",       boost::program_options::value<std::string>(),              "File to log output to")
46
    ("LogFile",       boost::program_options::value<std::string>(),              "File to log output to")
46
    ("LogLevel",      boost::program_options::value<int>()->default_value(4),    "Level of logging")
47
    ("LogLevel",      boost::program_options::value<int>()->default_value(4),    "Level of logging")
47
    ("ScriptPath",    boost::program_options::value<std::string>(),              "Path to where the scripts are")
48
    ("ScriptPath",    boost::program_options::value<std::string>(),              "Path to where the scripts are")
48
    ("UserScriptPath",boost::program_options::value<std::string>(),              "Path to where the user scripts are")
49
    ("UserScriptPath",boost::program_options::value<std::string>(),              "Path to where the user scripts are")
49
    ("StoragePath",   boost::program_options::value<std::string>(),              "Path to where the storage files are")
50
    ("StoragePath",   boost::program_options::value<std::string>(),              "Path to where the storage files are")