diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index 378c5d353c..4ec93ab343 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -61,7 +61,7 @@ IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '140.211.169.204'] {% if env == 'pagure-staging' %} EVENTSOURCE_SOURCE = 'https://stg.pagure.io:8088' {% else %} -EVENTSOURCE_SOURCE = 'https://pagure.io:8080' +EVENTSOURCE_SOURCE = 'https://pagure.io:8088' {% endif %} REDIS_HOST = '0.0.0.0' REDIS_PORT = 6379