From fe0580f9e68e72febd0b6ed3d15aae7efac039c2 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 21 Aug 2013 08:03:14 -0700 Subject: [PATCH] CSPACE-6152: Taxonomy service client tests now use the lifesci tenant by default. --- .../main/resources/collectionspace-client.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 services/taxonomy/client/src/main/resources/collectionspace-client.properties 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 -- 2.47.3