ifw
0.0.1-dev
|
Config class header file. More...
#include <yaml-cpp/yaml.h>
#include <string>
Go to the source code of this file.
Classes | |
class | server::Config |
Namespaces | |
server | |
Variables | |
const std::string | server::CONFIG_DEFAULT_PROCNAME = "ocmServer" |
const std::string | server::CONFIG_DEFAULT_FILENAME = "ocs/ocmServerCfg.yaml" |
no default value to force user to specify config filename since it overwrites the command line options. More... | |
const std::string | server::CONFIG_DEFAULT_SCXML_FILENAME = "ocmServerSm.xml" |
const std::string | server::CONFIG_DEFAULT_LOGLEVEL = "INFO" |
const std::string | server::CONFIG_DEFAULT_DB_ENDPOINT = "127.0.0.1:6379" |
const int | server::CONFIG_DEFAULT_DB_TIMEOUT_SEC = 2 |
const std::string | server::CONFIG_DEFAULT_REQ_ENDPOINT = "tcp://*:5577" |
const std::string | server::CONFIG_ENVVAR_DBHOST = "DB_HOST" |
Config class header file.