Skip to content

Commit

Permalink
[ISSUE-1201] changed configuration values to differentiate them from …
Browse files Browse the repository at this point in the history
…default values
  • Loading branch information
florentos17 authored and Arsnael committed Oct 31, 2024
1 parent d85f340 commit 4a0095a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ object EmailRecoveryActionSetMethodContract {

val DELETED_MESSAGE_CONTENT: Array[Byte] = "header: value\r\n\r\ncontent".getBytes(StandardCharsets.UTF_8)
val TIME_FORMATTER: DateTimeFormatter = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ssX")
val RESTORATION_HORIZON_SPAN_IN_DAYS: Int = 15
val RESTORATION_HORIZON_SPAN_IN_DAYS: Int = 14

def creationSetInvalidRequestList: Stream[Arguments] = {
val template: String =
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enabled=true
emailRecoveryAction.maxEmailRecoveryPerRequest=6
emailRecoveryAction.restorationHorizon=15d
emailRecoveryAction.restorationHorizon=14d
calendarEvent.reply.mailTemplateLocation=classpath://eml/
calendarEvent.reply.supportedLanguages=en,fr
support.mail.address=support@linagora.com

0 comments on commit 4a0095a

Please sign in to comment.