Created
March 19, 2010 18:40
-
-
Save scottjacobsen/338014 to your computer and use it in GitHub Desktop.
sqlite database.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
development: | |
adapter: sqlite3 | |
database: db/development.sqlite3 | |
timeout: 15000 | |
test: | |
adapter: sqlite3 | |
database: db/test.sqlite3 | |
timeout: 15000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment