Changed the URL to use for meeting attendees information in the new registration system

- Legacy-Id: 18274
This commit is contained in:
Henrik Levkowetz 2020-07-25 18:34:59 +00:00
parent 7c8995bd89
commit 02eefc3a01

View file

@ -971,7 +971,7 @@ SECR_MAX_UPLOAD_SIZE = 40960000
SECR_PROCEEDINGS_DIR = '/a/www/www6s/proceedings/'
SECR_PPT2PDF_COMMAND = ['/usr/bin/soffice','--headless','--convert-to','pdf:writer_globaldocument_pdf_Export','--outdir']
SECR_VIRTUAL_MEETINGS = ['108']
STATS_REGISTRATION_ATTENDEES_JSON_URL = 'https://ietf.org/registration/attendees/{number}'
STATS_REGISTRATION_ATTENDEES_JSON_URL = 'https://registration.ietf.org/{number}/attendees/'
NEW_PROCEEDINGS_START = 95
YOUTUBE_API_KEY = ''
YOUTUBE_API_SERVICE_NAME = 'youtube'