Advertisement
Guest User

RT_SiteConfig.pm

a guest
Apr 26th, 2016
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Apache/2.4.6 (CentOS 7)
  2. ---------------------------------------
  3.  
  4. RT_SiteConfig.pm looks like this:
  5.  
  6. Set( $rtname, 'AD');
  7. Set( $Organization, 'www.jimmy.ad.biosci.ac.uk');
  8. Set( $Timezone, 'GB');
  9. #
  10. Set( $WebDomain, 'jimmy.ad.biosci.ac.uk');
  11. Set( $WebBaseURL, 'http://jimmy.ad.biosci.ac.uk');
  12. Set( $WebPath, '/rt4');
  13. Set( $WebPort, 8000);
  14. #
  15. Set( $CorrespondAddress, 'bio@mail.biosci.ac.uk');
  16. Set( $CommentAddress, 'comment@mail.biosci.ac.uk');
  17. Set( $SendMailPath, '/usr/lib/sendmail');
  18. #
  19. Set( $DatabaseType, 'mysql');
  20. Set( $DatabaseUser, 'rtuser');
  21. Set( $DatabasePassword, 'mypassword');
  22. Set( $DatabaseName, 'rt4db');
  23. #
  24. Set( $LogtoSyslog, '');
  25. Set ($LogToFile, 'debug');
  26. ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement