### # #%L # synat-platform-integration-tests # %% # Copyright (C) 2010 - 2013 ICM, Warsaw University # %% # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # #L% ### integration.psql.host=127.0.0.1 integration.psql.port=5432 integration.psql.db_name=synat_platform_integration_tests integration.psql.username=synat integration.psql.password=synat integration.fs.root=${java.io.tmpdir}/${user.name}_synat_test integration.monogodb.host=127.0.0.1 integration.monogodb.port=27017 integration.monogodb.db_name=testdb integration.monogodb.db_collection_name=testCollection integration.monogodb.db_collection_collection_name=testCollectionCollection integration.monogodb.db_collection_observation_criteria_name=testObservationCriteriaCollection integration.monogodb.db_collection_observation_notifications_name=testObservationNotificationsCollection integration.monogodb.db_collection_processmanager_name=testProcessManagerCollection integration.store.binary_storage_root=${integration.fs.root}/store integration.monogodbstore.service_id=mongodb_store_service integration.monogodbdictionary.service_id=mongodb_dictionary_service integration.monogodb.db_collection_profile_name=testProfileCollection integration.monogodb.db_collection_collections_name=testCollectionsCollection integration.index.path=${integration.fs.root}/index/portalTest/ integration.index.name=some-unique-index-nameTest integration.collectionIndex.path=${integration.fs.root}/index/collectionsTest/ integration.collectionIndex.name=collection-indexnameTest integration.staticContentIndex.path=${integration.fs.root}/index/staticContentTest/ integration.staticContentIndex.name=staticContent-indexnameTest integration.collectionContentIndex.path=${integration.fs.root}/index/collectionContentTest/ integration.collectionContentIndex.name=collectionContent-indexnameTest integration.personalityPure.storeDirectory=${java.io.tmpdir}/personalityNeo4j integration.personalityClustered.storeDirectory=${java.io.tmpdir}/personalityNeo4jClustered integration.people.storeDirectory=${integration.fs.root}/index/peopleTest/ integration.peopleIndex.path=${integration.fs.root}/index/peopleFulltextTest/ integration.peopleIndex.name=people-indexnameTest integration.mantis.username=synat_integration_test integration.mantis.password=sitman integration.mantis.username2=synat_integration_test2 integration.mantis.password2=sitman2 integration.mantis.address=https://yadda2-demo.vls.icm.edu.pl/mantis/api/soap/mantisconnect.php integration.mantis.responder.username=synat_integration_test_responder integration.mantis.responder.password=sitmanres integration.issue.polling.interval=500 integration.pm.db_url=mem:pm_test integration.processmanager.flow.registry.dir=${java.io.tmpdir}/flow_test platform.processmanager.flow.registry.dir=${integration.processmanager.flow.registry.dir} platform.processmanager.monogodb.host=${integration.monogodb.host} platform.processmanager.monogodb.port=${integration.monogodb.port} platform.processmanager.monogodb.db_name=${integration.monogodb.db_name} platform.processmanager.monogodb.collection_name=${integration.monogodb.db_collection_processmanager_name} platform.processmanager.database.url=jdbc:postgresql://${integration.psql.host}:${integration.psql.port}/${integration.psql.db_name} platform.processmanager.database.driver=org.postgresql.Driver platform.processmanager.database.type=postgres platform.processmanager.database.username=${integration.psql.username} platform.processmanager.database.password=${integration.psql.password} integration.state_holder.db_url=mem:state_holder_test integration.publication_near_realtime.repeatActionEvery=5 integration.publication_near_realtime.removeThresholdInSeconds=15 integration.collection_near_realtime.repeatActionEvery=5 integration.collection_near_realtime.removeThresholdInSeconds=15 integration.mantis.configuration.path=classpath:pl/edu/icm/synat/issue/service/mantis/core/category_mapping.xml platform.disableCertVeryfication=true serviceRegistryManager.path=classpath:pl/edu/icm/synat/platform/connector/default-registry-manager-descriptor.xml