Package com.bytedesk.voc.config
Class VocConfig
java.lang.Object
com.bytedesk.voc.config.VocConfig
@Configuration
@ConfigurationProperties(prefix="bytedesk.voc")
public class VocConfig
extends Object
-
Field Details
-
maxFeedbackLength
private int maxFeedbackLength -
maxReplyLength
private int maxReplyLength -
maxRepliesPerFeedback
private int maxRepliesPerFeedback -
emailNotification
private boolean emailNotification -
notificationEmail
-
adminEmails
-
requireApproval
private boolean requireApproval -
filterSensitiveWords
private boolean filterSensitiveWords -
sensitiveWordsFile
-
-
Constructor Details
-
VocConfig
public VocConfig()
-