close

Filter

loading table of contents...

Deployment Manual / Version 2506.0

Table Of Contents

3.4.10 Editorial Comments Configuration

The following table lists the configuration properties for the CoreMedia Editorial Comments feature, which establishes a connection to the relational database.

The most important property is editorial.​comments.​datasource.​url which sets the URL to connect to.

In case another schema, username, or password has to be configured use the properties editorial.​comments.​db.​schema, editorial.​comments.​db.​username, editorial.​comments.​db.​password.

editorial.comments.datasource.driver-class-name
Type String
Description

Required to be set according to your database. See official spring documentation 'spring.datasource.driver-class-name' for detailed information

editorial.comments.datasource.hikari.connection-timeout
Type Integer
Default 20000ms
Description

Value must not be greater then the studio request timeout. See official spring documentation 'spring.datasource.hikari.connection-timeout' for more information

editorial.comments.datasource.password
Type String
Default cm_editorial_comments
Description

See official spring documentation 'spring.datasource.password' for more information

editorial.comments.datasource.url
Type String
Description

Required to be set according to your database. See official spring documentation 'spring.datasource.url' for detailed information

editorial.comments.datasource.username
Type String
Default cm_editorial_comments
Description

See official spring documentation 'spring.datasource.username' for more information

editorial.comments.db.password
Type String
Default cm_editorial_comments
Description

Use to set the password for editorial-comments data.

editorial.comments.db.schema
Type String
Default cm_editorial_comments
Description

Use to set the schema for editorial-comments data.

editorial.comments.db.username
Type String
Default cm_editorial_comments
Description

Use to set the username for editorial-comments data.

editorial.comments.jpa.database-platform
Type String
Description

See official spring documentation 'spring.jpa.properties.hibernate.database-platform' for detailed information

editorial.comments.notification-strategies.created-comment-on-content
Type Boolean
Default true
Description

This property enables the CreatedCommentOnContentCollectUsersToNotifyStrategy which collects all users who wrote a comment at this content in the last 30 days. True if the strategy is enabled, false if the strategy is disabled.

editorial.comments.notification-strategies.edited-content-in-last-thirty-days
Type Boolean
Default true
Description

This property enables the EditedContentInLastThirtyDaysCollectUsersToNotifyStrategy which collects all users who edited the given content in last 30 days. True if the strategy is enabled, false if the strategy is disabled.

editorial.comments.notification-strategies.my-edited-contents
Type Boolean
Default true
Description

This property enables the MyEditedContentsCollectUsersToNotifyStrategy, which notifies every user that has the Content where an EditorialComment was created for in his "myEditedContent" List. true if the strategy is enabled, false if the strategy is disabled.

Table 3.28. Editorial Comments Properties


Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.