Displaying 1 result from an estimated 1 matches for "fooprod".
Did you mean:
fooproj
2006 Mar 30
2
database.yml and Dreamhost
...generated from your development database when you run ''rake''.
# Do not set this db to the same as development or production.
test:
adapter: mysql
database: footest
username: fooadmin
password: ****
host: test.foo.com
port: 3306
production:
adapter: mysql
database: 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_devel...