From a73afff028fcc9c46a8c09889bdaf385050e8dc9 Mon Sep 17 00:00:00 2001 From: Laramie Crocker Date: Fri, 25 Mar 2011 18:02:59 +0000 Subject: [PATCH] NOJIRA un-doing errant checkin of collectionspace-client.properties with bad port number --- .../src/main/resources/collectionspace-client.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/client/src/main/resources/collectionspace-client.properties b/services/client/src/main/resources/collectionspace-client.properties index afdb63731..4adcd000a 100644 --- a/services/client/src/main/resources/collectionspace-client.properties +++ b/services/client/src/main/resources/collectionspace-client.properties @@ -1,8 +1,8 @@ #url of the collectionspace server -##cspace.url=http://localhost:8180/cspace-services/ +cspace.url=http://localhost:8180/cspace-services/ #cspace.url=http://localhost:8200/cspace-services/ #for sockspy: -cspace.url=http://localhost:8280/cspace-services/ +#cspace.url=http://localhost:8280/cspace-services/ cspace.ssl=false cspace.auth=true -- 2.47.3