summaryrefslogtreecommitdiff
path: root/server/src/configuration.h
diff options
context:
space:
mode:
authordeva <deva>2009-08-07 11:27:18 +0000
committerdeva <deva>2009-08-07 11:27:18 +0000
commitd35bafeec39b6688a8dd07c51ea304e348b10fa2 (patch)
treeb615a7e28f5927841feb92d0b3c2da7f6c9feafa /server/src/configuration.h
parentfeed25360fe7b71d2ebdb523673d667e79123236 (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.h')
-rw-r--r--server/src/configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/configuration.h b/server/src/configuration.h
index 56a2f0e..3d9f7f1 100644
--- a/server/src/configuration.h
+++ b/server/src/configuration.h
@@ -48,6 +48,7 @@ namespace Conf {
extern std::string pentominos_addr;
extern port_t pentominos_port;
+ extern std::string database_backend;
extern std::string database_addr;
extern std::string database_user;
extern std::string database_passwd;