progress on setup and account view

This commit is contained in:
2023-09-06 15:54:33 +02:00
parent 4afeb7a146
commit b91337f831
6 changed files with 36 additions and 6 deletions

View File

@@ -1 +1,17 @@
{"init":false,"twoFA":"enforce","setupKey":"hello world","twoFAMode":"enhanced","db":"json","payments":"stripe","name":"libreevent","yourDomain":"http://localhost:8080","mailSender":"libreevent <info@libreevent.janishutz.com>","maxTickets":10,"currency":"CHF","gcInterval":300,"ticketTimeout":900,"startPage":"default","version":"1.0.0"}
{
"init":false,
"setupDone": true,
"twoFA":"enforce",
"twoFAMode":"enhanced",
"db":"json",
"payments":"stripe",
"name":"libreevent",
"yourDomain":"http://localhost:8080",
"mailSender":"libreevent <info@libreevent.janishutz.com>",
"maxTickets":10,
"currency":"CHF",
"gcInterval":300,
"ticketTimeout":900,
"startPage":"default",
"version":"1.0.0"
}