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