From 7afc91bd0c28a0bf57a69e6bc2afecde9d0649f4 Mon Sep 17 00:00:00 2001 From: remillet Date: Thu, 12 May 2016 10:42:01 -0700 Subject: [PATCH] NOJIRA: Temporarily point SAS config to QA server. --- .../main/resources/sas-collectionspace-client.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/client/src/main/resources/sas-collectionspace-client.properties b/services/client/src/main/resources/sas-collectionspace-client.properties index a4e246213..79c8762cc 100644 --- a/services/client/src/main/resources/sas-collectionspace-client.properties +++ b/services/client/src/main/resources/sas-collectionspace-client.properties @@ -1,13 +1,13 @@ # # URL of the CollectionSpace server and user credentials # -cspace.url=http://localhost:8180/cspace-services/ +cspace.url=http://qa.collectionspace.org:8180/cspace-services/ cspace.ssl=false cspace.auth=true -cspace.user=admin@testsci.collectionspace.org +cspace.user=admin@materials.collectionspace.org cspace.password=Administrator # # default tenant information # -cspace.tenant=2 -cspace.tenantID=testsci.collectionspace.org \ No newline at end of file +cspace.tenant=2000 +cspace.tenantID=materials.collectionspace.org \ No newline at end of file -- 2.47.3