summaryrefslogtreecommitdiff
path: root/server/src/configuration.h
diff options
context:
space:
mode:
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;