Difference between revisions of "RT SiteConfig"

From Request Tracker Wiki
Jump to navigation Jump to search
(Adding categories)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
The [[RT SiteConfig|RT_SiteConfig]].pm file is to preserve your settings between upgrades.
The [[RT SiteConfig|RT_SiteConfig]].pm file is to preserve your settings between upgrades.


You should never make any changes to [[RT Config|RT_Config]].pm - that is what [[RT SiteConfig|RT_SiteConfig]].pm is for. So for any changes you want made, copy the variables from [[RT Config|RT_Config]].pm and set them to your spec's in [[RT SiteConfig|RT_SiteConfig]].pm.
You should never make any changes to [[RT Config|RT_Config]].pm - that is what [[RT SiteConfig|RT_SiteConfig]].pm is for. So for any changes you want made, copy the variables from [[RT Config|RT_Config]].pm and set them to your spec's in [[RT SiteConfig|RT_SiteConfig]].pm..
[[Category:$RTAddressRegexp]]

Revision as of 06:10, 21 November 2014

see SiteConfig

The RT_SiteConfig.pm file is to preserve your settings between upgrades.

You should never make any changes to RT_Config.pm - that is what RT_SiteConfig.pm is for. So for any changes you want made, copy the variables from RT_Config.pm and set them to your spec's in RT_SiteConfig.pm..