[Rt-commit] r19337 - rt/3.999/branches/config-in-db/lib/RT
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Apr 23 07:52:23 EDT 2009
Author: sunnavy
Date: Thu Apr 23 07:52:21 2009
New Revision: 19337
Modified:
rt/3.999/branches/config-in-db/lib/RT/Config.pm
Log:
improve pod of config
Modified: rt/3.999/branches/config-in-db/lib/RT/Config.pm
==============================================================================
--- rt/3.999/branches/config-in-db/lib/RT/Config.pm (original)
+++ rt/3.999/branches/config-in-db/lib/RT/Config.pm Thu Apr 23 07:52:21 2009
@@ -90,8 +90,8 @@
default: C<< {
enable => 0,
indexed => 0,
- #table => 'AttachmentsIndex',
- #column => 'ftsindex',
+ table => 'AttachmentsIndex',
+ column => 'ftsindex',
} >>
=back
@@ -146,7 +146,7 @@
=item C<drop_long_attachments>
C<drop_long_attachments>: if this is set to a non-'' value,
-RT will silently drop attachments longer than C<MaxAttachmentSize>.
+RT will silently drop attachments longer than C<max_attachment_size>.
default: C<undef>
@@ -228,7 +228,6 @@
subject accordingly.
default: C<'\\[.+? #\\d+\\]' >
-#default: C<"\[\Q{{rtname}}\\E #\\d+\\]/" >
=back
@@ -468,19 +467,15 @@
NOTE that options with '-' character MUST be quoted.
-default: C<< {
- # homedir => '/home/jesse/svk/3.999-DANGEROUS/var/data/gpg',
-
- # URL of a keyserver
- # keyserver => 'hkp://subkeys.pgp.net',
-
- # enables the automatic retrieving of keys when encrypting
- # 'auto-key-locate' => 'keyserver',
-
- # enables the automatic retrieving of keys when verifying signatures
- # 'auto-key-retrieve' => '',
+e.g. C<< {
+ homedir => '/home/jesse/svk/3.999-DANGEROUS/var/data/gpg',
+ keyserver => 'hkp://subkeys.pgp.net',
+ 'auto-key-locate' => 'keyserver',
+ 'auto-key-retrieve' => '',
} >>
+default: C<< { } >>
+
=back
=head1 Logging Configuration
@@ -971,7 +966,7 @@
L<Net::Server/DEFAULT ARGUMENTS>. For example, you could set
reverse_lookups to get the hostnames for all users with:
-C<{reverse_lookups => 1}>
+C<< {reverse_lookups => 1} >>
default: C<[]>
@@ -1041,7 +1036,9 @@
The default is usually good.
default:
+
ambiguous_day_in_past => C<0>
+
ambiguous_day_in_future => C<0>
=back
More information about the Rt-commit
mailing list