From 8e5a2f1ab829aa21e2034e3af596b0cddcb96cbb Mon Sep 17 00:00:00 2001 From: remillet Date: Thu, 2 Jun 2016 21:46:06 -0700 Subject: [PATCH] CSPACE-6953: Configuring default SAS server to be the qa.collectionspace.org 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