public
Description: LinisTrac is a clean and simple issue tracker, built from the start to be highly spam-resistant.
Homepage: http://linis.purepistos.net
Clone URL: git://github.com/Pistos/linistrac.git
linistrac / database-config.rb
100644 6 lines (6 sloc) 0.127 kb
1
2
3
4
5
6
module LinisTrac
  DB_NAME = 'linis-trac'
  DB_USER = 'linis'
  DB_PASSWORD = 'the_secret_password'
  DB_HOST = 'localhost'
end