mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Move the eventsource port to 9939
This commit is contained in:
@@ -9,7 +9,7 @@ num_cpus: 2
|
||||
|
||||
tcp_ports: [ 22, 25, 80, 443, 9418,
|
||||
# Used for the eventsource server
|
||||
8080,
|
||||
9939,
|
||||
# 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:8080'
|
||||
EVENTSOURCE_SOURCE = 'https://stg.pagure.io:9939'
|
||||
{% else %}
|
||||
EVENTSOURCE_SOURCE = 'https://pagure.io:8080'
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user