Detect production environment

This commit is contained in:
Christoph Hagen
2023-12-21 08:50:28 +01:00
parent a08dc4f175
commit dabc94b8b5
3 changed files with 4 additions and 14 deletions

View File

@@ -6,13 +6,6 @@ struct Configuration {
let mail: EMail?
/**
Use a database file and reduce logging.
If this property is set to `false`, then an in-memory database is used with increased logging.
*/
let production: Bool
struct EMail {
/// The url to the root of the server