| # The properties are not the actual configuration properties but | |
| # safe dynamic property defaults for our testing via IDE or Maven | |
| cassandra.connections=10 | |
| cassandra.port=9160 | |
| cassandra.version=1.2 | |
| cassandra.hosts=localhost | |
| cassandra.cluster_name=Usergrid | |
| collections.keyspace=Usergrid_Collections | |
| cassandra.timeout=5000 | |
| collection.stage.transient.timeout=5 | |
| # This property is required to be set and cannot be defaulted anywhere | |
| usergrid.cluster_name=usergrid |