Correct Postorius and Hyperkitty URLs in config.

This commit is contained in:
Jim Hague 2024-06-12 12:51:15 +01:00
parent c812c8d4a5
commit d0bcf2da6c
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
# better if it is not.
# However, if your Mailman installation is accessed via HTTPS, the URL needs
# to match your SSL certificate (e.g. https://lists.example.com/hyperkitty).
base_url: http://lists.cryhavoc.org.uk/mailman3/hyperkitty/
base_url: https://lists.cryhavoc.org.uk/hyperkitty
# The shared api_key, must be identical except for quoting to the value of
# MAILMAN_ARCHIVER_KEY in HyperKitty's settings.

View File

@ -187,7 +187,7 @@ SOCIALACCOUNT_PROVIDERS = {
# http://django-compressor.readthedocs.io/en/latest/usage/#offline-compression
COMPRESS_OFFLINE = True
POSTORIUS_TEMPLATE_BASE_URL = 'https://lists.cryhavoc.org.uk/mailman3/'
POSTORIUS_TEMPLATE_BASE_URL = 'https://lists.cryhavoc.org.uk/'
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
Q_CLUSTER = {