########### WIPO Sequence Validator properties version: spring: servlet: multipart: enabled: true max-file-size: 5GB max-request-size: 5GB validator: # -- FOLDERS -- home: /temp/st26/ inbox: /temp/st26/inbox/ outbox: /temp/st26/outbox/ params: /temp/st26/params/ process: /temp/st26/process/ reports: /temp/st26/reports/ validator_locale: en html: true alternativeResourceBasePath: processFullPath: processFormalityPath: #Preferences #to enable the rule VXQV49 set this value to true, default value is false. preferences: optionalEnglishQualifierValue: false # please enter either : ERROR or WARNING to specifiy the type of the verification message for the rule VXQV_49, default value is "WARNING". optionalRuleType: WARNING server: callBack-url: servlet: context-path: /wipo-sequence-validator api: URL: # These properties control the process looking for files in the folders to be processed # (see: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/scheduling/concurrent/ThreadPoolTaskExecutor.html) processing: delay: 10000 corePoolSize: 5 #Max number of files being validated concurrently maxPoolSize: 10 queueCapacity: 1000 enabled: true #### Logging (see https://logback.qos.ch/manual/configuration.html) logging: level: root: info org: wipo: info pattern: console: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n" # HEALTH ENDPOINT management: endpoints: jmx: exposure: include: health # Show details of health endpoint endpoint: health: show-details: always probes: enabled: true