Move the eventsource port to 9939
This commit is contained in:
parent
62254a31f8
commit
ff01b358e0
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '140.211.169.204']
|
|||
|
||||
# Redis configuration
|
||||
{% if env == 'pagure-staging' %}
|
||||
EVENTSOURCE_SOURCE = 'https://stg.pagure.io:8080'
|
||||
EVENTSOURCE_SOURCE = 'https://stg.pagure.io:9939'
|
||||
{% else %}
|
||||
EVENTSOURCE_SOURCE = 'https://pagure.io:8080'
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue