Correct Postorius and Hyperkitty URLs in config.
This commit is contained in:
parent
c812c8d4a5
commit
d0bcf2da6c
|
@ -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.
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue