On Mon, 11 May 2009 20:09:25 -0400, "Eric Chatham"
<echat...@broadvox.net> said:
> Anyhow, I get the gist how to modify the file.  I'm just wondering if
> someone could provide me with some examples?  That would be greatly
> appreciated.  Thanks, once again. :)

Set($rtname, 'Your Name Here');
Set($Organization, 'Your Organization Here');
Set($CorrespondAddress , 'addr...@your.domain');
Set($CommentAddress , 'address-comm...@your.domain');
Set($Timezone , 'US/Pacific'); # obviously choose what suits you
Set($DatabaseType, 'mysql'); # e.g. Pg or mysql
Set($DatabaseUser , 'dbuser');
Set($DatabasePassword , 'dbpass');
Set($DatabaseName , 'database');
Set($WebPath , "/rt");
Set($WebBaseURL , "http://www.your.domain";);

Fill in as appropriate.  It's fairly straightforward.  Again,
RT_Config.pm is quite well documented (perldoc RT_Config.pm and you'll
see all the options).
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to