---
title: "Properties"
source: https://dev.pageseeder.com/guide/configuration/properties.html
description: "This document explains system properties in PageSeeder, covering name-value pairs that configure email, database, and network settings. It describes server properties stored in configuration files and warns against modifying system default values."
last_updated: 2026-09-05T17:35:22+10:00
tokens: ~334
---

# Properties

Name-value pairs determine the properties of various parts of the system, such as email, database, network access and more.

## Server properties

Properties that are not in the database, are in files in this folder:

```text
/webapp/WEB-INF/config/
```

> **Note:** These are different to [PSML properties](/psml/elements/element_property.md).

### Private properties

The following folder stores many of the same files as the folder above, but these hold the default values for the system, and must remain under the control of the software. System upgrades overwrite the values in these files, and various aspects of the system rely on these values to correctly function.

```text
/webapp/WEB-INF/sysconfig/
```

> **Warning:** DO NOT MODIFY files under `sysconfig` – the results will be impossible to predict, and expensive to debug. 

## In this section

- [Database properties](/guide/configuration/properties/database_properties.md)
- [Global properties](/guide/configuration/properties/global_properties.md)
- [Group properties](/guide/configuration/properties/group_properties.md)
- [MIME properties](/guide/configuration/properties/mime_properties.md)
- [Project properties](/guide/configuration/properties/project_properties.md)
- [Template properties](/guide/configuration/properties/template_properties.md)

