| | 7 | |
| | 8 | == [trac] == |
| | 9 | || database || Database connection string for this project || |
| | 10 | || default_charset || Charset used in text files in the subversion repository (default is `iso-8859-15`) || |
| | 11 | || default_handler || Name of the component that handles requests to the base URL (default is `WikiHandler`) || |
| | 12 | || repository_dir || Path to local Subversion repository || |
| | 13 | || authz_file || Path to Subversion [http://svnbook.red-bean.com/en/1.1/ch06s04.html#svn-ch-6-sect-4.4.2 authorization (authz) file]. || |
| | 14 | || check_auth_ip || Whether the IP address of the user should be checked for authentication (true, false) || |
| | 15 | || ignore_auth_case || Whether case should be ignored for login names (true, false) || |
| | 16 | || templates_dir || Path to the !ClearSilver templates || |
| 15 | | == [trac] == |
| 16 | | || repository_dir || Path to local Subversion repository || |
| 17 | | || htdocs_location || Base URL for static Trac graphics and CSS files || |
| 18 | | || database || Database to use for this project || |
| 19 | | || templates_dir || Path of Clearsilver templates || |
| 20 | | || default_charset || Source files uses this charset || |
| | 25 | == [header_logo] == |
| | 26 | || src || URL to image to use as header logo || |
| | 27 | || link || Destination URL to link to from header logo || |
| | 28 | || alt || ''alt'' text for header logo || |
| | 29 | || width || Header logo width in pixels || |
| | 30 | || height || Header logo height in pixels || |
| 27 | | See also: TracLogging |
| | 38 | == [attachment] == |
| | 39 | || max_size || Maximum allowed file size for ticket and wiki attachments || |
| | 40 | |
| | 41 | == [notification] == |
| | 42 | || smtp_enabled || Enable SMTP (email) notification (true, false) || |
| | 43 | || smtp_server || SMTP server to use for email notifications || |
| | 44 | || smtp_user || (''requires [milestone:0.9 0.9]'') Username for SMTP server || |
| | 45 | || smtp_password || (''requires [milestone:0.9 0.9]'') Password for SMTP server || |
| | 46 | || smtp_from || Sender address to use in notification emails || |
| | 47 | || smtp_replyto || Reply-To address to use in notification emails || |
| | 48 | || smtp_always_cc || Email address(es) to always send notifications to || |
| | 49 | || always_notify_reporter || Always send notifications to any address in the ''reporter'' field || |
| | 50 | || always_notify_owner || (''requires [milestone:0.9 0.9]'') Always send notifications to the ticketowner || |
| | 51 | See also: TracNotification |
| | 52 | |
| | 53 | == [mimeviewer] == |
| | 54 | || enscript_path || Path to the Enscript program || |
| | 55 | || php_path || Path to the PHP program || |
| | 56 | || max_preview_size || Maximum file size for HTML preview || |
| | 57 | || tab_width || Displayed tab width in file preview || |
| 36 | | See also: TracTicketsCustomFields |
| 37 | | |
| 38 | | == [attachment] == |
| 39 | | || max_size || Maximum allowed file size for ticket and wiki attachments || |
| 40 | | |
| 41 | | == [notification] == |
| 42 | | || smtp_enabled || Enable SMTP (email) notification (true, false) || |
| 43 | | || smtp_server || SMTP server to use for email notifications || |
| 44 | | || smtp_from || Sender address to use in notification emails || |
| 45 | | || smtp_replyto || Reply-To address to use in notification emails || |
| 46 | | || smtp_always_cc || Email address(es) to always send notifications to || |
| 47 | | || always_notify_reporter || Always send notifications to any address in the ''reporter'' field || |
| 48 | | |
| 49 | | See also: TracNotification |
| 50 | | |
| 51 | | == [header_logo] == |
| 52 | | || src || URL to image to use as header logo || |
| 53 | | || link || Destination URL to link to from header logo || |
| 54 | | || alt || ''alt'' text for header logo || |
| 55 | | || width || Header logo width in pixels || |
| 56 | | || height || Header logo height in pixels || |
| 57 | | |
| 58 | | == [mimeviewer] == |
| 59 | | || enscript_path || Path to Enscript program || |
| | 67 | == [ticket-custom] == |
| | 68 | Creates user-defined ticket fields. |
| | 69 | See TracTicketsCustomFields. |