1 # PostgreSQL. Versions 8.2 and up are supported.
3 # Install the pg driver:
5 # On OS X with Homebrew:
6 # gem install pg -- --with-pg-config=/usr/local/bin/pg_config
7 # On OS X with MacPorts:
8 # gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
11 # Choose the win32 build.
12 # Install PostgreSQL and put its /bin directory on your path.
14 # Configure Using Gemfile
20 database: feedcatcher_development
24 password: development_password_here
26 # Connect on a TCP socket. Omitted by default since the client uses a
27 # domain socket that doesn't need configuration. Windows does not have
28 # domain sockets, so uncomment these lines.
31 # The TCP port the server listens on. Defaults to 5432.
32 # If your server runs on a different port number, change accordingly.
35 # Schema search path. The server defaults to $user,public
36 #schema_search_path: myapp,sharedapp,public
38 # Minimum log levels, in increasing order:
39 # debug5, debug4, debug3, debug2, debug1,
40 # log, notice, warning, error, fatal, and panic
41 # Defaults to warning.
44 # Warning: The database defined as "test" will be erased and
45 # re-generated from your development database when you run "rake".
46 # Do not set this db to the same as development or production.
50 database: feedcatcher_test
54 password: test_password_here
59 database: feedcatcher_production
62 password: production_password_here