Difference between revisions of "RT Config"

From Request Tracker Wiki
Jump to navigation Jump to search
(Created page with "<p />")
 
(Added the most important config settings)
Line 1: Line 1:
<p />
<p />The most important config settings:
* Set( $rtname, 'example.com');
* Set($Organization, "example.com");
* <nowiki>#Set($CorrespondAddress, '');</nowiki>
* <nowiki>#Set($CommentAddress, '');</nowiki>
* Set($WebDomain, "tickets.example.com");
* <nowiki>#Set($Timezone, "US/Eastern"); # See http://en.wikipedia.org/wiki/List_of_tz_database_time_zones</nowiki>
* Set($DatabaseType, "Pg"); #mysql | Oracle | Pg
* Set($DatabaseHost,   "localhost");
* Set($DatabaseRTHost, "localhost");
* Set($DatabaseUser, "rt_user");
* Set($DatabasePassword, "my_password");
* Set($DatabaseName, "rt");
* <nowiki># Set($EmailSubjectTagRegex, qr/\Q$rtname\E/i );</nowiki>
* Set($OwnerEmail, 'admin');
* Set($MaxAttachmentSize, 10_000_000);  # 10M

Revision as of 12:07, 5 January 2015

The most important config settings:

  • Set( $rtname, 'example.com');
  • Set($Organization, "example.com");
  • #Set($CorrespondAddress, '');
  • #Set($CommentAddress, '');
  • Set($WebDomain, "tickets.example.com");
  • #Set($Timezone, "US/Eastern"); # See http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  • Set($DatabaseType, "Pg"); #mysql | Oracle | Pg
  • Set($DatabaseHost,   "localhost");
  • Set($DatabaseRTHost, "localhost");
  • Set($DatabaseUser, "rt_user");
  • Set($DatabasePassword, "my_password");
  • Set($DatabaseName, "rt");
  • # Set($EmailSubjectTagRegex, qr/\Q$rtname\E/i );
  • Set($OwnerEmail, 'admin');
  • Set($MaxAttachmentSize, 10_000_000);  # 10M