From d35bafeec39b6688a8dd07c51ea304e348b10fa2 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 7 Aug 2009 11:27:18 +0000 Subject: Added new testdb, that can be activated through the cli (-d testdb) or through the config file (database_backend = testdb) . --- server/src/configuration.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/src/configuration.h') 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; -- cgit v1.2.3