Revision 58be4efe logic/src/main/scala/gr/grnet/aquarium/MasterConf.scala

b/logic/src/main/scala/gr/grnet/aquarium/MasterConf.scala
242 242
     * Default is 8080.
243 243
     */
244 244
    final val rest_port = "rest.port"
245

  
246
    /*
247
     * Provider for persistence services
248
     */
249
    final val persistence_provider = "persistence.provider"
250

  
251
    /**
252
     * Hostname for the persistence service
253
     */
254
    final val persistence_host = "persistence.host"
255

  
256
    /**
257
     * Username for connecting to the persistence service
258
     */
259
    final val persistence_username = "persistence.username"
260

  
261
    /**
262
     *  Password for connecting to the persistence service
263
     */
264
    final val persistence_password = "persistence.password"
265

  
266
    /**
267
     *  Password for connecting to the persistence service
268
     */
269
    final val persistence_port = "persistence.port"
245 270
  }
246 271
}

Also available in: Unified diff