initial commit
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
[lan]
|
||||
name="EZGG LAN"
|
||||
iteration="Edition 2.0"
|
||||
date_from="2026-05-08 16:00:00"
|
||||
date_till="2026-05-10 14:00:00"
|
||||
organizer_mail="tech@ezgg-ev.de"
|
||||
internet_speed_mbs=400
|
||||
has_wifi=true
|
||||
has_showers=false
|
||||
ts3_address=""
|
||||
discord_invite_link=""
|
||||
|
||||
[database]
|
||||
db_address="mongodb://localhost:27017"
|
||||
database_name="elm"
|
||||
|
||||
[mailing]
|
||||
smtp_server="smtp.protonmail.ch"
|
||||
smtp_port=587
|
||||
sender="EZGG LAN Manager <no-reply@ezgg-ev.de>"
|
||||
username="no-reply@ezgg-ev.de"
|
||||
password="some_password"
|
||||
|
||||
[tickets]
|
||||
[tickets."NORMAL"]
|
||||
total_tickets=24
|
||||
price="20.00"
|
||||
description="Normales Ticket"
|
||||
additional_info="Berechtigt zur Nutzung eines regulären Platzes für die gesamte Dauer der LAN"
|
||||
is_default=true
|
||||
|
||||
[tickets."DELUXE"]
|
||||
total_tickets=30
|
||||
price="25.00"
|
||||
description="Deluxe Ticket"
|
||||
additional_info="Wie das normale Ticket, aber mit doppelt so breitem Tisch (160cm)"
|
||||
is_default=false
|
||||
|
||||
[receipt_printing]
|
||||
host="10.0.0.103"
|
||||
port="5000"
|
||||
order_print_endpoint="print_order"
|
||||
password="Alkohol1"
|
||||
|
||||
[misc]
|
||||
default_profile_picture="src/elm/assets/img/anon.png"
|
||||
dev_mode_active=true # Supresses E-Mail sending
|
||||
|
||||
[paypal]
|
||||
client_id_sandbox=""
|
||||
secret_sandbox=""
|
||||
client_id=""
|
||||
secret=""
|
||||
Reference in New Issue
Block a user