...
Param name | Default value | Description | |
---|---|---|---|
save.outbound.email | false | save email from casebrowser directly to nuxeo
| |
sso.enabled | false | Flag if sso enabled
| |
nuxeo.firm.root | /default-domain/workspaces/Patricia
| Firm root directory in Nuxoe
| |
nuxeo.settings.dir | /default-domain/workspaces/Patricia/Settings
| Case browser settings directory in Nuxoe
| |
nuxeo.admin.username | Administrator | Administrator username of Nuxeo server
| |
nuxeo.admin.password | Administrator | Administrator password of Nuxeo server
| |
doc.properties.sync.enabled | false | ||
save.checksum.required.key | false | ||
old.case.id.reg.ex.conf | A list of permitted old case id regular expressions, formatted as a json string. This is used when searching for valid old case ids in emails or free-form text such as OCR. By default, it is an empty list and old case ids are not searched for. Available since 1.8.9+. Sample usage of old.case.id.reg.ex.conf that can scan for two types of old case number patterns: { "version" : 1, "regExList": [ "([0-9]+-[A-Z0-9]+-[A-Z0-9]+)", "([0-9]+-[A-Z0-9]+-[A-Z0-9]+-[A-Z0-9]+)" ] } | ||
checksum.optional.for.saving.email | true | ||
email.save.to.temp | true | ||
email.lines.to.parse | 12 | ||
auto.save.skip.subject.key | [DNS]
| ||
ocr.email.scan.list.config.key | |||
drive.timeout | 2592000 | ||
ocr.engine.name | tesseract | Allows custom configuration of the command to use for performing ocr. Note that only set engines are supported.
| |
auto.versioning.time | 5400 | ||
file.import.completed | false | Whilst this setting remains false, new files added will not have OCR or email analysis performed on them.
| |
do.not.save.auto.reply.emails | true | false | This setting will enable or disable the saving of auto reply emails. By default, auto reply emails are saved to the casethe key was added according DMS-2447, to enable/disable saving auto reply emails.
|
email.category.default | 0 | Default category for all email addresses
| |
email.category.set | Specific email category configuration, which is a JSON string of EmailCategory set.
| ||
email.description.set | Specific email description configuration, which is a JSON string of EmailDescription set.
| ||
email.excluded.attachments | ["smime.p7s"] | attachments which match this patterns will not be saved
|
...