add config files back for testing

This commit is contained in:
2023-10-16 08:29:36 +02:00
parent bdaf04e3b5
commit 15bf96de3e
8 changed files with 19 additions and 16 deletions

View File

@@ -1,17 +1,17 @@
{
"init":false,
"setupDone":false,
"twoFA":"allow",
"twoFAMode":"simple",
"init":true,
"setupDone":true,
"twoFA":"enforce",
"twoFAMode":"enhanced",
"db":"mysql",
"payments":"stripe",
"name":"libreevent",
"yourDomain":"",
"mailSender":"",
"yourDomain":"http://localhost:8080",
"mailSender":"libreevent <no-reply@libreevent.janishutz.com>",
"maxTickets":10,
"currency":"USD",
"currency":"CHF",
"gcInterval":300,
"ticketTimeout":900,
"startPage":"default",
"startPage":"modern",
"version":"1.0.0"
}
}