From f7308899def626ccdb7218a2fc504bf50cd5cafc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Garc=C3=ADa?= Date: Mon, 4 Aug 2014 13:17:54 +0200 Subject: [PATCH] Updated URL of SLA-Collector module to iMinds instance --- myslice/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myslice/settings.py b/myslice/settings.py index dadc27c6..5faef7f8 100644 --- a/myslice/settings.py +++ b/myslice/settings.py @@ -293,6 +293,6 @@ CSRF_FAILURE_VIEW = 'manifoldapi.manifoldproxy.csrf_failure' ####SLA##### -SLA_MANAGER_URL = "http://172.24.76.62:8000/sla" +SLA_MANAGER_URL = "http://157.193.215.125:4001/sla-collector/sla" SLA_MANAGER_USER = "portal" SLA_MANAGER_PASSWORD = "password" -- 2.43.0