test_psql setup in database.yml.example is a comment now

This way `rake db:create:all` works when installing mysql but not postgresql.

-> a step to have an easier setup for beginners
pull/455/head
Philipp Tessenow 11 years ago
parent 93abc9123b
commit 9f82f03b31
  1. 14
      config/database.yml.example

@ -55,13 +55,13 @@ test:
password:
encoding: utf8
test_pgsql:
adapter: postgresql
encoding: unicode
database: openproject_test
pool: 5
username: openproject
password:
#test_pgsql:
#adapter: postgresql
#encoding: unicode
#database: openproject_test
#pool: 5
#username: openproject
#password:
#test_sqlite3:
#adapter: sqlite3

Loading…
Cancel
Save