Mania++
 All Classes Functions Variables Pages
Public Attributes | List of all members
DatabaseConfig Struct Reference

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.
 

Detailed Description

Database connection settings.

Editing information in this struct will not result in a change in the configuration file.


The documentation for this struct was generated from the following file: