### # #%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.hosts=127.0.0.1:27017 integration.monogodb.db_name=testdb integration.monogodb.db_collection_name=testCollection integration.gridfs.db_collection_name=bin_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.monogodb.enableCompression=true 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.discussionIndex.path=${integration.fs.root}/index/discussionTest/ integration.discussionIndex.name=discussion-indexnameTest integration.groupIndex.path=${integration.fs.root}/index/groupTest/ integration.groupIndex.name=group-indexnameTest integration.mantis.username=synat_integration_test integration.mantis.password=CHANGE_ME integration.mantis.username2=synat_integration_test2 integration.mantis.password2=CHANGE_ME 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=CHANGE_ME integration.issue.polling.interval=500 integration.pm.db_url=mem:pm_test platform.processmanager.monogodb.hosts=${integration.monogodb.hosts} 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} platform.message.template.database.driver=org.postgresql.Driver platform.message.template.database.url=jdbc:postgresql://${integration.psql.host}:${integration.psql.port}/${integration.psql.db_name} platform.message.template.database.username=${integration.psql.username} platform.message.template.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 integration.people.neo4jconfig=classpath:services/people/neo4j.properties platform.processmanager.jpa.database=POSTGRESQL platform.processmanager.jpa.generateDdl=false platform.processmanager.jpa.showSql=false integration.userCatalog.restApiUrl=https://localhost:8843/rest-admin/v1 integration.userCatalog.login=rest-admin integration.userCatalog.password=rest0admin crossref.user=CHANGE_ME crossref.password=CHANGE_ME