Skip to content

Instantly share code, notes, and snippets.

@dcki
Created January 14, 2014 20:31
Show Gist options
  • Save dcki/8425125 to your computer and use it in GitHub Desktop.
Save dcki/8425125 to your computer and use it in GitHub Desktop.
database.yml from engine test dummy app test_app/vendor/extensions/things/spec/dummy/config/database.yml
login: &login
adapter: sqlite3
pool: 5
timeout: 5000
development:
<<: *login
database: dummy_dev
test:
<<: *login
database: dummy_test
production:
<<: *login
database: dummy_prod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment