1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-07-02 14:04:16 +00:00

Add a redis_db setting to the ini file.

This commit is contained in:
King_DuckZ 2017-04-21 23:26:01 +01:00
parent b03c3198b8
commit 26aa51c3be
3 changed files with 10 additions and 1 deletions

View file

@ -59,6 +59,7 @@ namespace tawashi {
cgi::Env m_cgi_env;
std::string m_resp_value;
boost::string_ref m_base_uri;
boost::string_ref m_redis_db;
std::string m_website_root;
std::string m_page_basename;
Types m_resp_type;