rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Variables
config.hpp File Reference

Config class header file. More...

#include <yaml-cpp/yaml.h>
#include <string>

Go to the source code of this file.

Classes

class  hellomal::Config
 

Namespaces

 hellomal
 

Variables

const std::string hellomal::CONFIG_DEFAULT_PROCNAME = "hellomal"
 
const std::string hellomal::CONFIG_DEFAULT_FILENAME = ""
 no default value to force user to specify config filename since it overwrites the command line options. More...
 
const std::string hellomal::CONFIG_DEFAULT_SCXML_FILENAME = "hellomal/sm.xml"
 
const std::string hellomal::CONFIG_DEFAULT_LOGLEVEL = "INFO"
 
const std::string hellomal::CONFIG_DEFAULT_LOG_PROPERTIES = "hellomal/log.properties"
 
const std::string hellomal::CONFIG_DEFAULT_DB_ENDPOINT = "127.0.0.1:6379"
 
const int hellomal::CONFIG_DEFAULT_DB_TIMEOUT_SEC = 2
 
const std::string hellomal::CONFIG_DEFAULT_REQ_ENDPOINT = "zpb.rr://127.0.0.1:12081/"
 
const std::string hellomal::CONFIG_ENVVAR_DBHOST = "DB_HOST"
 

Detailed Description

Config class header file.

Author