Adjust the eventsource server url
This commit is contained in:
parent
7c9ca85814
commit
a985c7d91e
1 changed files with 5 additions and 1 deletions
|
@ -58,7 +58,11 @@ IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '140.211.169.204']
|
|||
{% endif %}
|
||||
|
||||
# Redis configuration
|
||||
EVENTSOURCE_SOURCE = 'http://0.0.0.0:8080'
|
||||
{% if env == 'pagure-staging' %}
|
||||
EVENTSOURCE_SOURCE = 'https://stg.pagure.io:8080'
|
||||
{% else %}
|
||||
EVENTSOURCE_SOURCE = 'https://pagure.io:8080'
|
||||
{% endif %}
|
||||
REDIS_HOST = '0.0.0.0'
|
||||
REDIS_PORT = 6379
|
||||
REDIS_DB = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue