docs in stg now has its own certificate

This commit is contained in:
Pierre-Yves Chibon 2015-08-05 16:02:08 +02:00
parent d449029687
commit 1b4501657f

View file

@ -37,7 +37,7 @@ DOMAIN_EMAIL_NOTIFICATIONS = 'pagure.io'
### The URL at which the project is available.
{% if env == 'pagure-staging' %}
APP_URL = 'https://stg.pagure.io/'
DOC_APP_URL = 'http://docs.stg.pagure.org'
DOC_APP_URL = 'https://docs.stg.pagure.org'
{% else %}
APP_URL = 'https://pagure.io/'
DOC_APP_URL = 'https://docs.pagure.org'