Let uses SSL to clone from mercurial

review12891002
This commit is contained in:
C?dric Krier 2015-01-23 10:24:21 +01:00
parent 5615869161
commit 1d43a24b90

View file

@ -3,8 +3,8 @@ from flask.ext.cache import Cache
from mercurial import ui, hg
from mercurial.hgweb.hgwebdir_mod import findrepos
BASE_URL = 'hg+http://hg.tryton.org/'
BASE_MODULE_URL = 'hg+http://hg.tryton.org/modules/'
BASE_URL = 'hg+https://hg.tryton.org/'
BASE_MODULE_URL = 'hg+https://hg.tryton.org/modules/'
app = Flask(__name__)
cache = Cache(app, config={'CACHE_TYPE': 'simple'})