@@ -5,42 +5,25 @@ registration_form_channel_name = "registration-form"
55registration_help_channel_name = " registration-help"
66registration_log_channel_name = " registration-log"
77
8- pretix_base_url = " https://pretix.eu/api/v1/organizers/europython /events/ep2025 "
8+ pretix_base_url = " https://pretix.eu/api/v1/organizers/pyladiescon /events/2025 "
99
1010registered_cache_file = " registered_log.txt"
1111pretix_cache_file = " pretix_cache.json"
1212
1313[registration .item_to_roles ]
14- # onsite participants
15- "Business" = [" Participants" , " Onsite Participants" ]
16- "Personal" = [" Participants" , " Onsite Participants" ]
17- "Education" = [" Participants" , " Onsite Participants" ]
18- "Community Contributors" = [" Participants" , " Onsite Participants" ]
19- "Grant ticket" = [" Participants" , " Onsite Participants" ]
20- # remote participants
21- "Remote Participation Ticket" = [" Participants" , " Remote Participants" ]
22- "Remote Grant ticket" = [" Participants" , " Remote Participants" ]
23- "Remote Community Organiser" = [" Participants" , " Remote Participants" ]
24- # sponsors
25- "Sponsor Conference Pass" = [" Participants" , " Onsite Participants" , " Sponsors" ]
26- "Remote Sponsor" = [" Participants" , " Remote Participants" , " Sponsors" ]
27- # speakers
28- "Presenter" = [" Participants" , " Onsite Participants" , " Speakers" ]
29- # onsite volunteers
30- "On-site Volunteer" = [" Participants" , " Onsite Participants" , " Volunteers" , " Onsite Volunteers" ]
31- # beginners' day
32- "Beginners’ Day Unconference / Humble Data Access" = [" Beginners Day" ]
14+ "Sponsors Ticket" = [" Participant" , " Sponsor" ]
15+ "Speaker Ticket" = [" Participant" , " Speaker" ]
16+ "General Ticket" = [" Participant" ]
3317
3418[registration .variation_to_roles ]
35- # organizers
36- "Volunteer" = [" Organizers" , " Volunteers" , " Onsite Volunteers" ]
19+ "Volunteer" = [" Organizer" , " Volunteer" ]
3720
3821[program_notifications ]
39- # UTC offset in hours (e.g. 2 for CEST )
40- api_url = " https://static.europython.eu/programme/ep2025/releases/current /schedule.json"
22+ # UTC offset in hours (e.g. 1 for CET )
23+ api_url = " https://programapi.conference.pyladies.com /schedule.json"
4124schedule_cache_file = " schedule_cache.json"
4225livestream_url_file = " livestreams.toml"
43- main_notification_channel_name = " programme -notifications"
26+ main_notification_channel_name = " session -notifications"
4427
4528# optional simulated start time for testing program notifications
4629# simulated_start_time = "2024-07-10T07:30:00+02:00"
@@ -50,13 +33,8 @@ main_notification_channel_name = "programme-notifications"
5033# fast_mode = true
5134
5235[program_notifications .rooms_to_channel_names ]
53- "Forum Hall" = " forum-hall"
54- "South Hall 2A" = " south-hall-2a"
55- "South Hall 2B" = " south-hall-2b"
56- "North Hall" = " north-hall"
57- "Terrace 2A" = " terrace-2a"
58- "Terrace 2B" = " terrace-2b"
59- "Exhibit Hall" = " exhibit-hall"
36+ "Main Stream" = " main-stream"
37+ "Activities & Open Spaces" = " activities-open-spaces"
6038
6139[guild_statistics ]
62- required_role = " Organizers "
40+ required_role = " Organizer "
0 commit comments