attachmentSubDir |
The group folder name to store email attachments |
attachments |
autoResponderLimit |
Allowed number of email messages to the same locator within the auto responder time
(autoResponderMinutes ) before sending warning emails |
25 |
autoResponderMinutes |
Reaching the auto responder limit (autoResponderLimit ) in less than this period triggers warning email |
90 |
autoResponderReplyLimit |
Allowed number of email replies allowed to the same thread within the auto responder
time (autoResponderMinutes ) before sending warning emails |
10 |
autoResponderWarnings |
How many emails with warnings to accept before rejecting comments |
5 |
apiAccountIPs |
Comma-separated list of IP addresses for API accounts (apiAccountUsernames ) |
|
apiAccountUsernames |
Comma-separated list of API account usernames. API account passwords cannot be reset.
apiAccountIPs must also be set for API user accounts
|
|
apiPort |
HTTP port for the Publish Engine to communicate with PageSeeder |
8282 |
diffXMaxEvents |
Maximum size of number of words multiplied by number of compare words when diffing
content in history |
4000000 |
disableDefaultDKIM |
If true outgoing emails are not signed with the pageseeder.com DKIM (use if your SMTP server
does the signing) |
false |
documentFolder |
Path on host file system for storing documents. If no value is specified, the folder
used is:
[pageseeder install]/documents |
|
emailDomain |
The domain designated for email sent to and from the PageSeeder server. Also, the
domain in the user interface.
If set to pshosts , email uses the domain of the default folder for the group. If blank incoming email
is disabled.
|
|
emailEmbedImages |
A boolean indicating that images in outgoing emails should be embedded as attachments
– useful for intranet testing (always done when webSiteAddress= localhost or *.localhost ). |
false |
emailMaxThreadMessages |
If the number of recipients for a notification is more than this, the emails are sent
in the background. |
20 |
emailSenderDomain |
This can send PageSeeder emails from a different domain than that in the user interface.
However, with any version more recent than 5.97, the organization config is a better way of doing this. |
|
globalTemplate |
A custom project template that applies to all projects on the server |
|
groups |
unlimited
Number of groups allowed by PageSeeder license or
|
unlimited |
licenseExpires |
The date when the PageSeeder license expires (ISO 8859 format YYYY-MM-DD) |
|
logsAccessHistory |
Positive integer corresponding to the number of days the access log history is kept |
7 |
logsAccessLevel |
Must be one of DEBUG, INFO, WARN, ERROR, OFF.
- Use DEBUG or INFO to log all access.
- Use WARN to only log access that generates HTTP status code >= 400.
- Use ERROR to only log access that generates HTTP status code >= 500.
- Use OFF to not log any access.
|
INFO |
logsFolder |
Absolute folder path for log files. If no value is set, the following folder is used:
pageseeder/webapp/WEB-INF/logs |
|
mailIp |
IP address the PageSeeder email server is bound to, if not all IPs |
|
mailPort |
Port for PageSeeder email server |
25 |
mailServer |
A boolean indicating that the PageSeeder mail server should be enabled |
true |
maxAccountLockout |
The maximum number of minutes an account can be locked for |
60 |
maxAttachmentNumber |
The maximum number of files that can be attached to a comment in the web interface |
20 |
maxAttachmentSize |
The maximum number of bytes allowed for an attachment in a notification email |
10000000 |
maxAutosuggestPrefixes |
The maximum number of prefixes in the auto-suggest query, if too high auto-suggest
will fail with “maxClauseCount” error when querying small terms in big indexes (should
be less than 1000). |
800 |
maxBadLogins |
The maximum number of incorrect login attempts before an account is locked |
10 |
maxFacetSize |
The maximum number of facets that can be returned in a search result |
1000 |
maxForwardXRefs |
The maximum number of forward XRefs in a PSML document |
3000 |
maxIndexingSize |
Upper threshold number of bytes for non-PSML files to have their content indexed.
For DOCX files, this number is for the uncompressed size of the document.xml file |
30000000 |
maxIndexingThreads |
The maximum number of indexing threads. More threads increases indexing speed but
should not exceed the number of CPUs on the server |
2 |
maxOpenedIndexes |
The maximum number of open indexes at any one time |
50 |
maxPageSize |
The absolute maximum number of search results returned per page |
10000 |
maxReverseXRefs |
The maximum number of reverse XRefs that are output in a PSML document (must not be more than maxPageSize ) |
1000 |
maxUploadNotificationAttachments |
The maximum number of document attachments on an upload notification (if more than
this, then none are attached to the notification – there is no limit for email attachments) |
20 |
maxUploadSize |
The maximum size in bytes to upload a single file. To support more than 1GB, update
Nginx client_max_body_size .
Exceeding the size value generates an error:
Request Entity Too Large
|
100000000 |
maxVersionNotifications |
The maximum number of notifications when adding bulk versions by upload, folder or
search (if more than this, then none are sent) |
20 |
maxWorkflowNotifications |
The maximum number of notifications when adding bulk workflows by upload, folder or
search (if more than this, then none are sent) |
20 |
members |
Number of groups allowed by PageSeeder license or unlimited |
unlimited |
minAccountLockout |
The minimum number of minutes an account can be locked for |
30 |
minBadLogins |
The minimum number of incorrect logins before an account is locked |
5 |
notifyDailyTime |
Time in 24 hour format when daily comment digests are sent out |
23:59 |
notifyProcess |
A boolean indicating that daily comment notifications should be enabled |
true |
notifyWeeklyDay |
The day that weekly comment notifications are sent out (they are sent at the notifyDailyTime ) – must be monday, tuesday, wednesday, thursday, friday, saturday or sunday |
sunday |
outOfOfficeLimit |
Number of emails matching outOfOfficeString allowed before member is set to 'on vacation' |
2 |
outOfOfficeString |
Comma-separated list of strings to look for in email subject |
out of the office,out of office |
passwordAlgorithm |
The algorithm for hashing passwords – must be sN where N >=0 (weakest/fastest) and N<=9 (strongest/slowest) |
s5 |
productKey |
Product key for PageSeeder license |
dev |
profiling |
Number of milliseconds a database query can take before it is logged as a slow query |
5000 |
projects |
Number of projects allowed by PageSeeder license or unlimited |
unlimited |
publishEngineUrl |
URL to use the Publish Engine on a different PageSeeder server. For example:
http://myserver.com/ps/servlet/publisher |
|
redirectPorts |
Comma-separated list of TCP ports which are redirected to webSitePort (for example, 80,8080) – only supported on Windows, for Linux we recommend using
Nginx |
|
serviceStrict |
If true an HTTP error is returned for deprecated or non-released services. If log just a warning is logged. |
log |
servletPrefix |
The path used to access PageSeeder servlets as defined in the Web configuration (web.xml) |
/ps/servlet |
sessionTimeout |
If a user has not accessed PageSeeder for this many minutes they will be signed out
automatically (unless they ticked remember me). |
120 |
sitePrefix |
The path of the PageSeeder app as defined in the Web configuration (web.xml) |
/ps |
slowIndexingSize |
Non-PSML files with larger than this number of bytes join the slow indexing queue
to conserve memory |
1000000 |
smtpAsync |
If ‘true’ send all emails asynchronously which can be useful if your SMTP server is
slow. Send failures are shown in general and process logs and this property is overridden
by the notify-async parameter in services. |
false |
smtpServerAddress |
SMTP server to use for outgoing email messages (if blank, outgoing email is disabled) |
localhost |
smtpServerPassword |
Password for SMTP authentication of outgoing emails |
|
smtpServerPort |
Port of SMTP server to use for outgoing email messages if not using localhost |
25 |
smtpServerSSL |
If 'true' connect to SMTP server using SSL for outgoing email messages |
false |
smtpServerSTARTTLS |
If 'true' connect to SMTP server using START TLS for outgoing email messages |
false |
smtpServerUsername |
Username for SMTP authentication of outgoing emails |
|
webhookRequestInterval |
The number of seconds to collect webhook events into a batch before sending as a single
request (0 means 0.5 seconds) |
5 |
webhookRequestSize |
The maximum number of bytes in a single webhook request (requests are split if they
exceed this limit) |
1400 |
webhookRetries |
The maximum number of times a failed webhook request is resent before the webhook
status is changed to “unreachable” |
12 |
webSiteAddress |
Specifies the host of PageSeeder; must be a valid host name |
localhost |
webSitePort |
The port to access PageSeeder; must be a valid port number |
443 |
webSiteScheme |
Specifies the URL Scheme used to access PageSeeder. Supported values: http or https |
https |