otrs-bounces@otrs.org schrieb am 01.09.2004 13:13:56:
> Hello Martin,
>
> Done (with work around about ispell).
> What is the difference between Config.pm and Defaults.pm.
> I saw a conversation http://lists.otrs.org/pipermail/otrs/2004-
> July/005642.html
> and there were some instructions for Defaults.pm, not for Config.pm.
>
> Thankx,
>
> Daniel
hi Daniel,
the defaults.pm contains all possible config options
and their default values. its read first. after that config.pm is read
and all the options you want to have another value than default will be
overwritten by the values in there.
so if you want to set an option thats not in config.pm,
copy the part of default thereto and change it as you like.
hth,
Li