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:
parent
b03c3198b8
commit
26aa51c3be
3 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue