changeset 159:d893828f58f0

settings: replaced http: by https: urls
author Goffi <goffi@goffi.org>
date Sun, 23 Sep 2018 16:19:10 +0200
parents 19d1f4d465fc
children ff48d544bfdd
files settings/specific.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/settings/specific.py	Sat Mar 31 11:39:41 2018 +0200
+++ b/settings/specific.py	Sun Sep 23 16:19:10 2018 +0200
@@ -8,10 +8,10 @@
 # Here are defined the settings that are specific to the SàT website
 
 # External URL pointing the external media files
-MEDIA_EXTERNAL_URL = 'http://ftp.goffi.org/media'
+MEDIA_EXTERNAL_URL = 'https://ftp.goffi.org/media'
 
 # External URL pointing the projects archives directory
-PROJECTS_EXTERNAL_URL = 'http://ftp.goffi.org'
+PROJECTS_EXTERNAL_URL = 'https://ftp.goffi.org'
 
 # Internal path to the the projects archives directory
 PROJECTS_INTERNAL_PATH = '/srv/ftp'
@@ -44,5 +44,5 @@
 ASSO_BIC = u"CMCIFR2A"
 
 # URL to the Statutes and Rules of the association
-ASSO_URL_STATUTES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf'
-ASSO_URL_RULES = 'http://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf'
+ASSO_URL_STATUTES = 'https://repos.goffi.org/sat_docs/raw-file/tip/association/statuts.pdf'
+ASSO_URL_RULES = 'https://repos.goffi.org/sat_docs/raw-file/tip/association/r%C3%A8glement%20int%C3%A9rieur.pdf'