Skip to content

Commit 0b26b9f

Browse files
committed
Add IANA_SYNC_* URLs to settings.py
- Legacy-Id: 5648
1 parent ee42042 commit 0b26b9f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@
273273

274274
# Put real password in settings_local.py
275275
IANA_SYNC_PASSWORD = "secret"
276+
IANA_SYNC_CHANGES_URL = "https://datatracker.iana.org:4443/data-tracker/changes"
277+
IANA_SYNC_PROTOCOLS_URL = "http://www.iana.org/protocols/"
276278

277279
# Liaison Statement Tool settings
278280
LIAISON_UNIVERSAL_FROM = 'Liaison Statement Management Tool <lsmt@' + IETF_DOMAIN + '>'

0 commit comments

Comments
 (0)