diff options
author | francis <francis> | 2007-11-27 14:52:58 +0000 |
---|---|---|
committer | francis <francis> | 2007-11-27 14:52:58 +0000 |
commit | ca94263b6dfc940086ccf73271e9cc038b90d521 (patch) | |
tree | b0a53dc03156ea14ab00d6d4ce699adc03da0977 | |
parent | e7ca138e93cce427fb69dc1b9eca5099aa52ea17 (diff) |
Say PostgreSQL
-rw-r--r-- | config/database.yml-example | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/config/database.yml-example b/config/database.yml-example index 16161aed4..12e7e81d3 100644 --- a/config/database.yml-example +++ b/config/database.yml-example @@ -1,16 +1,6 @@ -# MySQL (default setup). Versions 4.1 and 5.0 are recommended. -# -# Install the MySQL driver: -# gem install mysql -# On MacOS X: -# gem install mysql -- --include=/usr/local/lib -# On Windows: -# gem install mysql -# Choose the win32 build. -# Install MySQL and put its /bin directory on your path. -# -# And be sure to use new-style password hashing: -# http://dev.mysql.com/doc/refman/5.0/en/old-client.html +# Database configuration. We're using PostgreSQL, but I guess it should work +# with others. + development: adapter: postgresql database: foi_development |