blob: 3c853aceafdc373b14d88e9a57353cacae9a77ba [file] [log] [blame]
# Keep nothing but overriding test defaults in here
cassandra.embedded=true
cassandra.hosts=127.0.0.1
cassandra.port=9160
cassandra.cluster_name=Usergrid
cassandra.connections=50
collections.keyspace=Usergrid_Collections
collections.keyspace.strategy.options=replication_factor:1
collections.keyspace.strategy.class=org.apache.cassandra.locator.SimpleStrategy
collection.stage.transient.timeout=6
elasticsearch.startup=external
elasticsearch.cluster_name=elasticsearch
elasticsearch.hosts=127.0.0.1
elasticsearch.port=9300
index.query.limit.default=1000
#Not a good number for real systems. Write shards should be 2x cluster size from our tests
#This is just way more efficient for a single node and the number of shards we're creating
elasticsearch.number_shards=1
elasticsearch.number_replicas=0
elasticsearch.management_number_shards=1
elasticsearch.management_number_replicas=0
#Set our timeout to 10 minutes for testing
elasticsearch.cursor_timeout.minutes=10
elasticsearch.buffer_timeout=1
# This property is required to be set and cannot be defaulted anywhere
usergrid.cluster_name=usergrid