Remove reference to test.sh from make-dist.sh
[aquarium] / src / test / resources / aquarium.properties
index 23688d3..c1f730a 100644 (file)
@@ -23,10 +23,10 @@ rabbitmq.servers=localhost
 rabbitmq.port=5672
 
 # User name for connecting with the AMQP server
-rabbitmq.username=aquarium
+rabbitmq.username=guest
 
 # Passwd for connecting with the AMQP server
-rabbitmq.passwd=aquarium
+rabbitmq.passwd=guest
 
 # Virtual host on the AMQP server
 rabbitmq.vhost=/
@@ -44,7 +44,7 @@ rest.port=8888
 ### Message store related settings
 
 # Hostname for the persistence service
-mongodb.host=localhost
+mongodb.host=127.0.0.1
 
 # Port for connecting to the persistence service
 mongodb.port=27017
@@ -67,6 +67,15 @@ mongodb.connection.pool.size=20
 # Relative to AQUARIUM_HOME or an absolute path
 events.store.folder=../events-store
 
+# Store resource events to events.store.folder as well
+events.store.save.rc.events=true
+
+# Store IM events to events.store.folder as well
+events.store.save.im.events=true
+
+# How often do we attempt a reconnection to the store(s)?
+anystore.reconnect.period.millis=1000
+
 #######
 # DO NOT TOUCH the following options, unless you know what you are doing
 #######
@@ -86,9 +95,6 @@ user.state.store.class=gr.grnet.aquarium.store.memory.MemStore
 # Override the event store (if present, it will not be given by the store provider above)
 resource.event.store.class=gr.grnet.aquarium.store.memory.MemStore
 
-# Override the WalletEntry store (if present, it will not be given by the store provider above)
-wallet.entry.store.class=gr.grnet.aquarium.store.memory.MemStore
-
 # Override the user event store (if present, it will not be given by the store provider above)
 user.event.store.class=gr.grnet.aquarium.store.memory.MemStore