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.
|