27 string base_path =
"tmp";
Singleton configuration manager class.
Config(Config &other)=delete
Deleted copy constructor.
void setDefaultConfig()
Sets default production configuration paths.
static Config * config()
Gets the singleton configuration instance.
void setTestConfig()
Sets test configuration paths.
static Config * config_
Static instance pointer for singleton pattern.
string getBasePath()
Gets the current base path.
void operator=(const Config &)=delete
Deleted assignment operator.
Config()
Protected constructor for singleton pattern.