From e0da5fc0df67f807219dda6c19308b1ea0f3349f Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Wed, 20 Sep 2023 13:56:15 +0200 Subject: [PATCH] Change IM old port --- ec3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec3 b/ec3 index 6319b45..eba7415 100755 --- a/ec3 +++ b/ec3 @@ -56,7 +56,7 @@ except: # EC3 client version VERSION = '2.2.1' # Our public IM service -IM_URL = 'https://appsgrycap.i3m.upv.es:31443/im/' +IM_URL = 'https://appsgrycap.i3m.upv.es/im/' # RADL template path TEMPLATE_PATHS = ["./templates", "~/.ec3/templates", "/etc/ec3/templates"] # Path where to store launched clusters