rad
5.1.0
|
Config class header file. More...
#include <rad/config.hpp>
Go to the source code of this file.
Classes | |
class | exciiserver::Config |
Namespaces | |
exciiserver | |
Variables | |
const std::string | exciiserver::CONFIG_DEFAULT_VERSION = std::string(VERSION) |
const std::string | exciiserver::CONFIG_DEFAULT_MODNAME = "exciiserver" |
const std::string | exciiserver::CONFIG_DEFAULT_PROCNAME = "exCiiServer" |
const std::string | exciiserver::CONFIG_DEFAULT_FILENAME = "config/exciiserver/config.yaml" |
const std::string | exciiserver::CONFIG_DEFAULT_SCXML_FILENAME = "config/exciiserver/sm.xml" |
const std::string | exciiserver::CONFIG_DEFAULT_SCXML_APPEND = "" |
const std::string | exciiserver::CONFIG_DEFAULT_LOG_LEVEL = "INFO" |
const std::string | exciiserver::CONFIG_DEFAULT_LOG_PROPERTIES = "config/exciiserver/log.properties" |
const std::string | exciiserver::CONFIG_DEFAULT_REQ_ENDPOINT = "zpb.rr://127.0.0.1:12081/" |
const std::string | exciiserver::CONFIG_DEFAULT_OLDB_URI_PREFIX = "cii.oldb:/elt/" |
const int | exciiserver::CONFIG_DEFAULT_OLDB_CONN_TIMEOUT = 2 |
const bool | exciiserver::CONFIG_DEFAULT_TRS_HEALTH_ENABLED = false |
Config class header file.