diff options
author | deva <deva> | 2009-08-07 11:27:18 +0000 |
---|---|---|
committer | deva <deva> | 2009-08-07 11:27:18 +0000 |
commit | d35bafeec39b6688a8dd07c51ea304e348b10fa2 (patch) | |
tree | b615a7e28f5927841feb92d0b3c2da7f6c9feafa /server/src/configuration.cc | |
parent | feed25360fe7b71d2ebdb523673d667e79123236 (diff) |
Added new testdb, that can be activated through the cli (-d testdb) or through the config file (database_backend = testdb) .
Diffstat (limited to 'server/src/configuration.cc')
-rw-r--r-- | server/src/configuration.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/configuration.cc b/server/src/configuration.cc index c921da6..c1dcab1 100644 --- a/server/src/configuration.cc +++ b/server/src/configuration.cc @@ -41,6 +41,7 @@ time_t Conf::pentominos_max_ttl = 7 * 60 * 60 * 24; std::string Conf::pentominos_addr = "localhost"; port_t Conf::pentominos_port = 11108; +std::string Conf::database_backend = "pgsql"; std::string Conf::database_addr = "localhost"; std::string Conf::database_user = "pracro"; std::string Conf::database_passwd = "pracro"; |