The configuration file /properties/config.properties is used to configure the behaviour of the application at runtime. An exhaustive list of those properties can be found in the file /properties/config-example.properties.

Other properties can be added to this file and used and the Spring configuration files.

The configuration file /properties/config.properties is automatically recover from previous versions when upgrading (see Conservation des personnalisations lors des mises à jour).

Configuring the application

Excepted when indicated, all the properties are optional ((étoile) icons mark the parts where properties are required).

Testing the configuration

Once the application configured, it is possible to test the configuration by running the ant tasks test-database, test-ldap, test-portal, test-smtp and test-user-info.

If no error is detected, it is time to initialize the data and start the application (see 03 Administration).