Project

General

Profile

1
services.objectStore.mongodb.host=localhost
2
services.objectStore.mongodb.port=27017
3
services.objectStore.mongodb.db=objectStore
4
services.objectStore.mongodb.connectionsPerHost=20
5
services.objectStore.mongodb.upsert=true
6
services.objectstore.mongodb.integritycheck.cron=0 0 2 1/1 * ? *
7
services.objectStore.RESTURI=http://${container.hostname}:${container.port}/${container.context}/mvc/objectStore/retrieve.do
8
services.objectstore.dao=fSObjectstoreDao
(1-1/2)