mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08: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…
Add table
Add a link
Reference in a new issue