Chris@0: # MySQL (default setup). Chris@0: Chris@0: production: Chris@0: adapter: mysql Chris@0: database: redmine Chris@0: host: localhost Chris@0: username: root Chris@0: password: Chris@0: encoding: utf8 Chris@909: Chris@0: development: Chris@0: adapter: mysql Chris@0: database: redmine_development Chris@0: host: localhost Chris@0: username: root Chris@0: password: Chris@0: encoding: utf8 Chris@0: Chris@0: # Warning: The database defined as "test" will be erased and Chris@0: # re-generated from your development database when you run "rake". Chris@0: # Do not set this db to the same as development or production. Chris@0: test: Chris@0: adapter: mysql Chris@0: database: redmine_test Chris@0: host: localhost Chris@0: username: root Chris@0: password: Chris@0: encoding: utf8 Chris@0: Chris@0: test_pgsql: Chris@0: adapter: postgresql Chris@0: database: redmine_test Chris@0: host: localhost Chris@0: username: postgres Chris@0: password: "postgres" Chris@0: Chris@0: test_sqlite3: Chris@0: adapter: sqlite3 Chris@210: database: db/test.sqlite3