Revision 58be4efe logic/src/main/resources/aquarium.properties

b/logic/src/main/resources/aquarium.properties
1 1
version = 0.0.2-SNAPSHOT
2 2

  
3
### Queue related settings
3 4
# Comma separated list of amqp servers to use. The servers must be in an
4 5
# active-active mode.
5 6
amqp.servers=localhost
......
20 21
# REST service listening port
21 22
rest.port=8080
22 23

  
23
# DO NOT TOUCH the following, unless you know what you are doing
24
### Message store related settings
25
# Provider for persistence services.
26
# Currently one of: mongo
27
persistence.provider=mongodb
28

  
29
# Hostname for the persistence service
30
persistence.host=localhost
31

  
32
# Port for connecting to the persistence service
33
persistence.port=localhost
34

  
35
# Username for connecting to the persistence service
36
persistence.username=aquarium
37

  
38
# Password for connecting to the persistence service
39
persistence.password=aquarium
40

  
41
#######
42
# DO NOT TOUCH the following options, unless you know what you are doing
43
#######
44

  
24 45
# Actor subsystem
25 46
actor.provider.class=gr.grnet.aquarium.actor.SimpleLocalActorProvider
26 47
# Class that initializes the REST service

Also available in: Unified diff