mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
add config files back for testing
This commit is contained in:
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"init":false,
|
"init":true,
|
||||||
"setupDone":false,
|
"setupDone":true,
|
||||||
"twoFA":"allow",
|
"twoFA":"enforce",
|
||||||
"twoFAMode":"simple",
|
"twoFAMode":"enhanced",
|
||||||
"db":"mysql",
|
"db":"mysql",
|
||||||
"payments":"stripe",
|
"payments":"stripe",
|
||||||
"name":"libreevent",
|
"name":"libreevent",
|
||||||
"yourDomain":"",
|
"yourDomain":"http://localhost:8080",
|
||||||
"mailSender":"",
|
"mailSender":"libreevent <no-reply@libreevent.janishutz.com>",
|
||||||
"maxTickets":10,
|
"maxTickets":10,
|
||||||
"currency":"USD",
|
"currency":"CHF",
|
||||||
"gcInterval":300,
|
"gcInterval":300,
|
||||||
"ticketTimeout":900,
|
"ticketTimeout":900,
|
||||||
"startPage":"default",
|
"startPage":"modern",
|
||||||
"version":"1.0.0"
|
"version":"1.0.0"
|
||||||
}
|
}
|
||||||
@@ -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
@@ -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}}
|
||||||
@@ -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
Reference in New Issue
Block a user