blob: c485bd5c821895b4cbbcb9f604d242c8f7ef5dfb [file] [log] [blame]
# 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. See accompanying LICENSE file.
# REST module test properties
cassandra.startup=external
cassandra.timeout=2000
cassandra.connections=800
elasticsearch.startup=external
hystrix.threadpool.graph_user.coreSize=1200
hystrix.threadpool.graph_async.coreSize=1200
# needed to enable refresh and properties end-points used in tests
usergrid.test=true
# the scheduled will be started inside the remote Tomcat VM, not in Maven VM
usergrid.scheduler.enabled=false
# needed for DuplicateNameIT
collection.stage.transient.timeout=5
# other...
usergrid.mongo.disable=true
usergrid.counter.batch.size=1
usergrid.api.url.base=http://sometestvalue
usergrid.notifications.listener.run=false
usergrid.sysadmin.login.name=superuser
usergrid.sysadmin.login.email=superuser@usergrid.com
usergrid.sysadmin.login.password=superpassword
usergrid.sysadmin.login.allowed=true
usergrid.use.default.queue=true
elasticsearch.managment_index=usergrid_rest_management
#cassandra.keyspace.application=rest_tests_schema
# This property is required to be set and cannot be defaulted anywhere
usergrid.cluster_name=usergrid
# this is here for PagingResourceIT.pagingEntitiesAcrossShardsWithGraph
usergrid.graph.shard.size=100
usergrid.graph.shard.repair.chance=1.0