You can use a deployment profile to override an application's configuration properties. This allows you to configure an application differently depending on the environment in which it is running.
For example, your application might include a LogLevel property,
which you could set to debug
in the QA deployment profile and to
error
in the Production deployment profile.
To override configuration in a deployment profile:
In the Deployment Profiles page, click the Edit link next to the profile you want to update.
In the Configuration Details section, click the value for the property that you want to edit. The value becomes editable.
Edit the property value as required and press Return.
Once you've finished editing the properties, save the deployment profile and close the profile. The profile returns to "draft" state.
To update the running application with the revised configuration, select the profile and click
.