allow to use host database connection parameter

Add config option:
db_host (default empty) - name of host to connect to
This commit is contained in:
2022-04-28 06:12:44 +02:00
parent 98c1e8daad
commit c6c50a5d23
6 changed files with 51 additions and 16 deletions

View File

@@ -181,6 +181,7 @@ void Config::AssignValues()
http_session_id_name = Text(L"http_session_id_name", L"session_id");
db_conn_string = Text(L"db_conn_string");
db_host = Text(L"db_host");
db_hostaddr = Text(L"db_hostaddr");
db_port = Text(L"db_port");
db_database = Text(L"db_database");