Displaying 1 result from an estimated 1 matches for "com_development".
Did you mean:
cms_development
2006 Mar 30
2
database.yml and Dreamhost
...: fooprod
username: fooadmin
password: ****
host: prod.foo.com
port: 3306
# PostgreSQL versions 7.4 - 8.1
#
# Get the C bindings:
# gem install postgres
# or use the pure-Ruby bindings on Windows:
# gem install postgres-pr
postgresql_example:
adapter: postgresql
database: rails.foo.com_development
username: rails.foo.com
password:
# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn''t need configuration.
#host: remote-database
#port: 5432
# Schema search path. The server defaults to $user,public
#schema_search_path: mya...