diff options
Diffstat (limited to 'server/src/configuration.h')
-rw-r--r-- | server/src/configuration.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/src/configuration.h b/server/src/configuration.h index 3d9f7f1..c12bf19 100644 --- a/server/src/configuration.h +++ b/server/src/configuration.h @@ -54,6 +54,13 @@ namespace Conf { extern std::string database_passwd; extern std::string xml_basedir; + + extern bool use_ssl; + extern std::string ssl_key; + extern std::string ssl_cert; + + extern int connection_limit; + extern int connection_timeout; }; #endif/*__ARTEFACT_CONFIGURATION_H__*/ |