docs in stg now has its own certificate
This commit is contained in:
parent
d449029687
commit
1b4501657f
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue