Add sqlite for test environment
This commit is contained in:
parent
96fb3743f3
commit
c58f28a9d4
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
||||||
{
|
{
|
||||||
|
"test": {
|
||||||
|
"dialect": "sqlite",
|
||||||
|
"storage": "./db.hackmd.sqlite"
|
||||||
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"domain": "localhost",
|
"domain": "localhost",
|
||||||
"db": {
|
"db": {
|
||||||
|
|
Loading…
Reference in a new issue