-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathtest-config.toml
More file actions
70 lines (59 loc) · 2.24 KB
/
Copy pathtest-config.toml
File metadata and controls
70 lines (59 loc) · 2.24 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
63
64
65
66
67
68
69
70
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]
# organisers
"Volunteer" = ["Organisers", "Volunteers", "Onsite Volunteers"]
[programme_notifications]
# UTC offset in hours (e.g. 2 for CEST)
api_url = "https://static.europython.eu/programme/ep2026/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 programme notifications
simulated_start_time = "2026-07-15T08:50:00+02:00"
# optional fast mode for faster testing of programme notifications
# will only take effect if simulated_start_time is set
fast_mode = true
[programme_notifications.rooms_to_channel_names]
"S1" = "s1"
"S2" = "s2"
"S3A" = "s3a"
"S3B" = "s3b"
"S4" = "s4"
"Exhibit Hall" = "exhibit-hall"
[guild_statistics]
required_role = "Organisers"
[animals]
channel_name = "animal-appreciation"
cooldown_seconds = 1