move dbs into git ignored area

This commit is contained in:
Sam 2013-11-06 11:44:18 +11:00
parent 0327f6e02a
commit 6acc31c837
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
test:
adapter: sqlite3
database: "db.test"
database: "tmp/db.test"
timeout: 5000
host_names:
- default.localhost

View File

@ -1,6 +1,6 @@
second:
adapter: sqlite3
database: "db1.test"
database: "tmp/db1.test"
host_names:
- second.localhost
- 2nd.localhost