Fix IP allowed in the internal endpoints

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2017-10-12 12:13:20 +02:00
parent b39597b800
commit 6efaf70c98

View file

@ -72,7 +72,7 @@ GIT_URL_GIT = 'https://src.fedoraproject.org/'
### The IP addresses allowed for the internal endpoints ### The IP addresses allowed for the internal endpoints
{% if env == 'staging' %} {% if env == 'staging' %}
IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '140.211.169.203'] IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.128.177']
{% else %} {% else %}
IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.126.51'] IP_ALLOWED_INTERNAL = ['127.0.0.1', 'localhost', '::1', '10.5.126.51']
{% endif %} {% endif %}