Back to 8080 for pagure-stg
This commit is contained in:
parent
2d3fd846c4
commit
855a751a4c
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@ num_cpus: 6
|
|||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 22, 25, 80, 443, 9418,
|
||||
# Used for the eventsource
|
||||
8080,
|
||||
# This is for the pagure public fedmsg relay
|
||||
9940]
|
||||
|
||||
|
|
|
@ -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:9939'
|
||||
EVENTSOURCE_SOURCE = 'https://stg.pagure.io:8080'
|
||||
{% else %}
|
||||
EVENTSOURCE_SOURCE = 'https://pagure.io:8080'
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue