diff options
-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 |