From: remillet Date: Fri, 3 Jun 2016 04:46:06 +0000 (-0700) Subject: CSPACE-6953: Configuring default SAS server to be the qa.collectionspace.org server. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=8e5a2f1ab829aa21e2034e3af596b0cddcb96cbb;p=tmp%2Fjakarta-migration.git CSPACE-6953: Configuring default SAS server to be the qa.collectionspace.org server. --- 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