reset databases

This commit is contained in:
2023-10-25 19:07:35 +02:00
parent 451222ee5d
commit 66f0042e1c
11 changed files with 19 additions and 22 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"
}
}