|
rad 6.2.0
|
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 | |
| namespace | server |
Variables | |
| const std::string | server::CONFIG_DEFAULT_PROCNAME = "radServer" |
| const std::string | server::CONFIG_DEFAULT_FILENAME = "radServer/config.yaml" |
| const std::string | server::CONFIG_DEFAULT_SCXML_FILENAME = "radServer/Simple.xml" |
| const std::string | server::CONFIG_DEFAULT_SCXML_APPEND_FILENAME = "radServer/SimpleAppend.xml" |
| const std::string | server::CONFIG_DEFAULT_LOG_LEVEL = "INFO" |
| const std::string | server::CONFIG_DEFAULT_LOG_PROPERTIES = "radServer/log.properties" |
| const std::string | server::CONFIG_DEFAULT_DB_ENDPOINT = "127.0.0.1:6379" |
| const int | server::CONFIG_DEFAULT_DB_TIMEOUT = 2 |
| const std::string | server::CONFIG_DEFAULT_REQ_ENDPOINT = "tcp://*:5577" |
| const std::string | server::CONFIG_DEFAULT_SUB_ENDPOINT = "tcp://127.0.0.1::5560" |
| const std::string | server::CONFIG_ENVVAR_DBHOST = "DB_HOST" |
Config class header file.