Specify production setting in configuration
This commit is contained in:
@ -6,6 +6,13 @@ 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
|
||||
|
Reference in New Issue
Block a user