Skip to content

Instantly share code, notes, and snippets.

@excid3
Created February 1, 2012 05:15
Show Gist options
  • Save excid3/1715256 to your computer and use it in GitHub Desktop.
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

🤘 postgresql > mysql 👎

@brntbeer
Copy link

brntbeer commented Feb 1, 2012

Second'd for postgresql ⭐ ✨

@excid3
Copy link
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