---
title: "Template Properties (obsolete)"
source: https://dev.pageseeder.com/guide/configuration/properties/template_properties.html
last_updated: 2026-08-07T17:09:54+10:00
tokens: ~852
---

# Template properties

> **Obsolete:** The `template.properties` file is now obsolete. As of PageSeeder v5.98 these properties are under the [Global properties](global_properties.md).

Controlling a range of settings, the PageSeeder template properties are the following:

| **Property** | **Description** | **Default value** |
| --- | --- | --- |
| webSiteAddress | Specifies the host of PageSeeder - must be a valid [host name](https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2) |  |
| webSitePort | The port to access PageSeeder - must be a valid [port number](https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.3) | **80** |
| webSiteScheme | Specifies the URL Scheme used to access PageSeeder. Supported values: **http** or **https.** | **http** |
| documentPort | The port for document URIs in PageSeeder | **80** |
| documentScheme | The scheme for document URIs in PageSeeder | **http** |
| emailDomain | The domain to use for emails sent to and from PageSeeder and in the user interface. If set to **pshosts**, makes incoming and outgoing emails from PageSeeder use the domain of the default folder for the group. |  |
| emailSenderDomain | This can be used to change the domain on emails sent by PageSeeder if it needs to be different from that in the user interface. *A better way to do this is through the organization config.* |  |
| customFolder | The default template used by projects for the server if not **default** |  |
| servletPrefix | The path used to access PageSeeder servlets as defined in the Web configuration (web.xml) | **/ps/servlet** |
| sitePrefix | The path of the PageSeeder application as defined in the Web configuration (web.xml) | **/ps** |
| anchorPrefix | Prefix used for PageSeeder HTML anchor names | **ps** |
| autoResponderMinutes | The auto responder time in number of minutes | **90** |
| autoResponderReplyLimit | The number of email replies allowed to the same thread within the auto responder time before warning emails are sent | **10** |
| autoResponderLimit | The number of emails allowed to the same locator within the auto responder time before warning emails are sent | **25** |
| autoResponderWarnings | The number of emails with warnings allowed before comments are rejected | **5** |
| 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** |
| warConfig | Obsolete |  |
| reviewMaxXLinks | Obsolete |  |
| linkSeeds | Obsolete |  |
| searchMaxXLinks | Obsolete |  |
| templateDir | Obsolete |  |
| style | Obsolete |  |

## Role override

These properties affect the default functionality assigned to a role—they are optional.

> **Note:** *save-release* now means create workflow *set-style-owner* on *adminEnable* is now deprecated

| **Property** | **Allowed values** |
| --- | --- |
| publicEnable | self-register |
| reviewerEnable | assign-all-comments,save-release |
| contributorEnable | save-release (*if manage-documents disabled*) |
| contributorDisable | edit-comments,archive-comments,assign-all-comments,manage-documents |
| managerEnable | delete-comments |
| managerDisable | edit-comments,archive-comments,edit-docids |
| adminEnable | delete-comments,delete-documents,admin-database,set-style-owner,access-personal |

