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"
}

View File

@@ -1 +1 @@
{}
{"test4":{"comp1secAr14s2":{"id":"comp1secAr14s2","component":1,"ticketOption":"2","eventID":"test4","category":"1","name":"Row 15, Seat 3"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
{}
{"test2":{"locationID":"test2","name":"TestLocation2","seatplan-enabled":true,"totalSeats":0},"test":{"locationID":"test","name":"TestLocation","seatplan-enabled":false},"testLocationNoSeatplan":{"locationID":"testLocationNoSeatplan","name":"TestLocationWithoutSeatplan","seatplan-enabled":true,"totalSeats":50},"complexSeatplan":{"locationID":"complexSeatplan","name":"Complex Seat Plan","seatplan-enabled":true,"totalSeats":244}}

View File

@@ -1 +1,4 @@
{}
{
"pass": "$2b$10$56u70OdMWo/Jv5lrqaNq8OV7TxTDOPGC9tP8Ea.1zhGluHYTzuTd.",
"email": "development@janishutz.com"
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long