Adjust the EV server URL for pagure prod
This commit is contained in:
parent
33625111bd
commit
bc593245ee
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue