-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtest-config.toml
More file actions
62 lines (52 loc) · 2.26 KB
/
test-config.toml
File metadata and controls
62 lines (52 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
log_level = "INFO"
[registration]
registration_form_channel_name = "registration-form"
registration_help_channel_name = "registration-help"
registration_log_channel_name = "registration-log"
pretix_base_url = "http://localhost:8080"
registered_cache_file = "registered_log.txt"
pretix_cache_file = "pretix_cache.json"
[registration.item_to_roles]
# onsite participants
"Business" = ["Participants", "Onsite Participants"]
"Personal" = ["Participants", "Onsite Participants"]
"Education" = ["Participants", "Onsite Participants"]
"Community Contributors" = ["Participants", "Onsite Participants"]
"Grant ticket" = ["Participants", "Onsite Participants"]
# remote participants
"Remote Participation Ticket" = ["Participants", "Remote Participants"]
"Remote Grant ticket" = ["Participants", "Remote Participants"]
"Remote Community Organiser" = ["Participants", "Remote Participants"]
# sponsors
"Sponsor Conference Pass" = ["Participants", "Onsite Participants", "Sponsors"]
"Remote Sponsor" = ["Participants", "Remote Participants", "Sponsors"]
# speakers
"Presenter" = ["Participants", "Onsite Participants", "Speakers"]
# onsite volunteers
"On-site Volunteer" = ["Participants", "Onsite Participants", "Volunteers", "Onsite Volunteers"]
# beginners' day
"Beginners’ Day Unconference / Humble Data Access" = ["Beginners Day"]
[registration.variation_to_roles]
# organizers
"Volunteer" = ["Organizers", "Volunteers", "Onsite Volunteers"]
[program_notifications]
# UTC offset in hours (e.g. 2 for CEST)
api_url = "https://static.europython.eu/programme/ep2025/releases/current/schedule.json"
schedule_cache_file = "schedule_cache.json"
livestream_url_file = "test-livestreams.toml"
main_notification_channel_name = "programme-notifications"
# optional simulated start time for testing program notifications
simulated_start_time = "2025-07-14T09:15:00+02:00"
# optional fast mode for faster testing of program notifications
# will only take effect if simulated_start_time is set
fast_mode = true
[program_notifications.rooms_to_channel_names]
"Forum Hall" = "forum-hall"
"South Hall 2A" = "south-hall-2a"
"South Hall 2B" = "south-hall-2b"
"North Hall" = "north-hall"
"Terrace 2A" = "terrace-2a"
"Terrace 2B" = "terrace-2b"
"Exhibit Hall" = "exhibit-hall"
[guild_statistics]
required_role = "Organizers"