reset database, update imports, prepare for build

This commit is contained in:
2023-10-11 11:01:57 +02:00
parent e12a8cecee
commit 1633cedec2
20 changed files with 192 additions and 112 deletions

View File

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