From: javier <javier.garcial.external@atos.net>
Date: Mon, 16 Jun 2014 10:15:04 +0000 (+0200)
Subject: Updated service directory server url
X-Git-Tag: myslice-1.1~64^2~16
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=7b8e398d8ecb65b1a860e8651f3d2bf5bbace539;p=unfold.git

Updated service directory server url
---

diff --git a/portal/servicedirectory.py b/portal/servicedirectory.py
index 242efcec..c6455389 100644
--- a/portal/servicedirectory.py
+++ b/portal/servicedirectory.py
@@ -18,7 +18,7 @@ import json
 
 class ServiceDirectoryView (LoginRequiredAutoLogoutView, ThemeView):
     template_name = 'servicedirectory.html'
-    server_url = "http://172.24.76.60:80/"
+    server_url = "http://157.193.215.125:4001/"
         
     # expose this so we can mention the backend URL on the welcome page
     def default_env (self):