Revision 86bcc73c

b/logic/src/main/resources/aquarium.properties
49 49

  
50 50
# Comma separated list of exchanges known to aquarium
51 51
amqp.exchanges=aquarium
52

  
53
# The name of the DB schema to use
54
persistence.db=aquarium
b/logic/src/main/scala/gr/grnet/aquarium/MasterConf.scala
267 267
     *  Password for connecting to the persistence service
268 268
     */
269 269
    final val persistence_port = "persistence.port"
270

  
271
    /**
272
     *  The DB schema to use
273
     */
274
    final val persistence_db = "persistence.db"
270 275
  }
271 276
}

Also available in: Unified diff