Override configurator's store provider
[aquarium] / src / main / resources / aquarium.properties
index c762e4e..dad7d5d 100644 (file)
@@ -1,5 +1,10 @@
 version = 0.0.2-SNAPSHOT
 
+# Location of the Aquarium accounting policy config file. If commented
+# out, Aquarium will look for the file policy.yaml first at the program
+# starting directory and then fall back to the classpath.
+aquarium.policy = policy.yaml
+
 ### Queue related settings
 
 # Comma separated list of amqp servers to use. The servers must be in an
@@ -64,7 +69,8 @@ store.provider.class=gr.grnet.aquarium.store.mongodb.MongoDBStoreProvider
 #wallet.entry.store.class=
 # Override the user event store (if present, it will not be given by the store provider above)
 #user.event.store.class=
-
+# Override the user event store (if present, it will not be given by the store provider above)
+#policy.store.class=
 
 # The lower mark for the UserActors' LRU, managed by UserActorManager.
 user.actor.LRU.lower.mark=800
@@ -78,4 +84,8 @@ user.state.timestamp.threshold=10000
 amqp.exchanges=aquarium
 
 # The name of the DB schema to use
-persistence.db=aquarium
\ No newline at end of file
+persistence.db=aquarium
+
+# This is an absolute constant for the lifetime of an Aquarium installation.
+# 1 means that every second counts
+time.unit.in.seconds = 1
\ No newline at end of file