Skip to content

Instantly share code, notes, and snippets.

@excid3
Created February 1, 2012 05:15
Show Gist options
  • Select an option

  • Save excid3/1715256 to your computer and use it in GitHub Desktop.

Select an option

Save excid3/1715256 to your computer and use it in GitHub Desktop.
development:
adapter: mysql
database: discovrly_dev
pool: 5
timeout: 5000
username: root
password:
# Warning: The database defined as "test" will be erased and
# re-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: discovrly_test
pool: 5
timeout: 5000
username: root
password:
production:
adapter: mysql
database: discovrly_prod
pool: 5
timeout: 5000
username: root
password:
@marksands
Copy link
Copy Markdown

🤘 postgresql > mysql 👎

@brntbeer
Copy link
Copy Markdown

brntbeer commented Feb 1, 2012

Second'd for postgresql ⭐ ✨

@excid3
Copy link
Copy Markdown
Author

excid3 commented Feb 1, 2012

Screw you guys, I'm going back to sqlite3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment