From: Aron Roberts Date: Wed, 21 Aug 2013 15:03:14 +0000 (-0700) Subject: CSPACE-6152: Taxonomy service client tests now use the lifesci tenant by default. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=fe0580f9e68e72febd0b6ed3d15aae7efac039c2;p=tmp%2Fjakarta-migration.git CSPACE-6152: Taxonomy service client tests now use the lifesci tenant by default. --- diff --git a/services/taxonomy/client/src/main/resources/collectionspace-client.properties b/services/taxonomy/client/src/main/resources/collectionspace-client.properties new file mode 100644 index 000000000..7f0de54b8 --- /dev/null +++ b/services/taxonomy/client/src/main/resources/collectionspace-client.properties @@ -0,0 +1,10 @@ +#url of the collectionspace server +cspace.url=http://localhost:8180/cspace-services/ +cspace.ssl=false +cspace.auth=true +cspace.user=admin@lifesci.collectionspace.org +cspace.password=Administrator +# default tenant +cspace.tenant=1 +# the tenantID of the numbered tenant: +cspace.tenantID=core.collectionspace.org