update the postgresql database example

pull/1186/head
Martin Linkhorst 12 years ago
parent 37007d8388
commit bc28805876
  1. 7
      config/database.yml.example

@ -29,10 +29,11 @@ test:
test_pgsql:
adapter: postgresql
encoding: unicode
database: chiliproject_test
host: localhost
username: postgres
password: "postgres"
pool: 5
username: chiliproject
password:
test_sqlite3:
adapter: sqlite3

Loading…
Cancel
Save