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.RESTURI=http://${container.hostname}:${container.port}/${container.context}/mvc/objectStore/retrieve.do
7
services.objectstore.dao=fSObjectstoreDao
(1-1/2)