Opencms.properties
(Difference between revisions)
(created article, added some info on DB connection and wizard flag) |
|||
Line 4: | Line 4: | ||
Most importantly it contains information about the database connection and database user account that is used for connecting to the database | Most importantly it contains information about the database connection and database user account that is used for connecting to the database | ||
− | === Wizard Activation === | + | === Setup/Update Wizard Activation === |
Another property controls the activation of the setup and update wizards. Running those wizards is a potentially dangerous operation and therefore it is only possible, if the following property has been set: | Another property controls the activation of the setup and update wizards. Running those wizards is a potentially dangerous operation and therefore it is only possible, if the following property has been set: | ||
wizard.enabled = true | wizard.enabled = true |
Revision as of 18:45, 6 November 2006
This file contains the most important configuration data that is required for starting OpenCms.
Database Access Information
Most importantly it contains information about the database connection and database user account that is used for connecting to the database
Setup/Update Wizard Activation
Another property controls the activation of the setup and update wizards. Running those wizards is a potentially dangerous operation and therefore it is only possible, if the following property has been set:
wizard.enabled = true
When the wizards are activated, it is not possible to normally use OpenCms. As soon as a system has been completely installed or updated from an earlier version of OpenCms, the wizard will automatically deativate itself by setting
wizard.enabled = false