4.5.2. Deployment

The default deployment of CoreMedia's collaborative components is with a Mongo DB database. When deployed with a MongoDB database, configure the collaborative components to connect to your MongoDB instance using the configuration properties given below.

Property Example Description
mongoDb.clientURI mongodb://<Host>:<Port>/ The URL of the MongoDB to connect to. Replace <Host> and <Port> with the appropriate values of the MongoDB installation. Add this property to the WEB-INF/application.properties file of Studio, User Changes and Workflow Server applications, and let it point to your MongoDB.
mongoDb.prefix <prefix> When the collaborative components persist collaboration data to a MongoDB database, the default name of its database is prefixed by blueprint. To configure a different database name prefix, add this property to WEB-INF/application.properties files of Studio, User Changes and Workflow Server web applications.

Table 4.8. Properties for persistence of collaboration data to MongoDB