mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
move dbs into git ignored area
This commit is contained in:
parent
0327f6e02a
commit
6acc31c837
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
test:
|
||||
adapter: sqlite3
|
||||
database: "db.test"
|
||||
database: "tmp/db.test"
|
||||
timeout: 5000
|
||||
host_names:
|
||||
- default.localhost
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
second:
|
||||
adapter: sqlite3
|
||||
database: "db1.test"
|
||||
database: "tmp/db1.test"
|
||||
host_names:
|
||||
- second.localhost
|
||||
- 2nd.localhost
|
||||
|
|
Loading…
Reference in a new issue