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 hibernate and liquibase.
|
editorial.comments.db.schema
|
Type
|
String
|
Default
| cm_editorial_comments |
Description
|
Use to set the schema for hibernate and liquibase.
|
editorial.comments.db.username
|
Type
|
String
|
Default
| cm_editorial_comments |
Description
|
Use to set the username for hibernate and liquibase.
|
editorial.comments.jpa.database-platform
|
Type
|
String
|
Description
|
See official spring documentation
'spring.jpa.properties.hibernate.database-platform' for detailed
information
|
editorial.comments.jpa.properties.hibernate.default_schema
|
Type
|
String
|
Default
| cm_editorial_comments |
Description
|
See official spring documentation
'spring.jpa.properties.hibernate.default_schema' for more information
|
editorial.comments.liquibase.change-log
|
Type
|
String
|
Default
| classpath:db/changelog/db.changelog-editorial-comments.xml |
Description
|
See official liquibase documentation 'liquibase.change-log' for more
information
|
editorial.comments.liquibase.default-schema
|
Type
|
String
|
Default
| cm_editorial_comments |
Description
|
See official liquibase documentation 'liquibase.default-schema' for
more information
|
editorial.comments.liquibase.enabled
|
Type
|
Boolean
|
Default
| true |
Description
|
Use this property to disable liquibase, however this means that you
need to apply the changesets to the database manually. You can either
do that by activating liquibase for at least one startup of a
Studio-Server, or run liquibase manually
(https://docs.liquibase.com/tools-integrations/cli/home.html) after an
upgrade.
|
editorial.comments.liquibase.password
|
Type
|
String
|
Default
| cm_editorial_comments |
Description
|
See official liquibase documentation 'liquibase.password' for more
information
|
editorial.comments.liquibase.user
|
Type
|
String
|
Default
| cm_editorial_comments |
Description
|
See official liquibase documentation 'liquibase.user' for more
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.
|