Set($rtname, 'MyCompanyName');
Set($Organization, 'mycompany.com');
Set($CorrespondAddress , 'rt@mycompany.com');
Set($CommentAddress , 'rt-comment@mycompany.com');
Set($Timezone , 'Europe/London'); # obviously choose what suits you
Set($DatabaseType, 'Pg'); # e.g. Pg or mysql
Set($DatabaseUser , 'myrtusername');
Set($DatabasePassword , 'myrtpassword');
Set($DatabaseName , 'myrtdbname');
Set($WebPath , "/myrtpath");
Set($WebBaseURL , "http://my.domain.com");
Set($DatabaseHost   , 'localhost');
Set($DatabaseRTHost , 'localhost');
1;
