Skip to content

Instantly share code, notes, and snippets.

@siakaramalegos
Last active August 29, 2015 14:16
Show Gist options
  • Save siakaramalegos/b20c4e11bcb791ef2423 to your computer and use it in GitHub Desktop.
Save siakaramalegos/b20c4e11bcb791ef2423 to your computer and use it in GitHub Desktop.
database.yml for split database types
default: &default
adapter: sqlite3
pool: 5
timeout: 5000
development:
<<: *default
database: db/development.sqlite3
test:
<<: *default
database: db/test.sqlite3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment