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 5 lines (5 sloc) 0.103 kb
1
2
3
4
5
module LinisTrac
  DB_NAME = 'linis-trac'
  DB_USER = 'linis'
  DB_PASSWORD = 'the_secret_password'
end