Database connection settings. More...
#include <Config.h>
Public Attributes | |
std::string | address |
Database address (either hostname or IP Address). | |
int | port |
Database serverport. | |
std::string | username |
Username with which to authenticate on the database server. | |
std::string | password |
Password with which to authenticate on the database server. | |
std::string | database |
Name of the database that should be used. | |
Database connection settings.
Editing information in this struct will not result in a change in the configuration file.