From 211e25b2a343402433ae6f571787e26285dc5285 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 7 Dec 2009 23:53:57 +0000 Subject: [PATCH] CSPACE-610: Changed client properties file to point to localhost, rather than to the PAHMA slice. --- .../sample/src/main/resources/collectionspace-client.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/vocabulary/sample/sample/src/main/resources/collectionspace-client.properties b/services/vocabulary/sample/sample/src/main/resources/collectionspace-client.properties index e4f17a8e4..429b9f6fe 100644 --- a/services/vocabulary/sample/sample/src/main/resources/collectionspace-client.properties +++ b/services/vocabulary/sample/sample/src/main/resources/collectionspace-client.properties @@ -1,5 +1,5 @@ #url of the collectionspace server -cspace.url=http://173.45.237.99:8180/cspace-services/ +cspace.url=http://localhost:8180/cspace-services/ cspace.ssl=false cspace.auth=false cspace.user=test -- 2.47.3