Skip to content

Commit 0e6d1bb

Browse files
committed
Change database config development to sqlite, test to memory
1 parent 15bf2b6 commit 0e6d1bb

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

config.json.example

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,13 @@
22
"test": {
33
"db": {
44
"dialect": "sqlite",
5-
"storage": "./db.hackmd.sqlite"
5+
"storage": ":memory:"
66
}
77
},
88
"development": {
9-
"domain": "localhost",
109
"db": {
11-
"username": "",
12-
"password": "",
13-
"database": "hackmd",
14-
"host": "localhost",
15-
"port": "3306",
16-
"dialect": "mysql"
10+
"dialect": "sqlite",
11+
"storage": "./db.hackmd.sqlite"
1712
}
1813
},
1914
"production": {

0 commit comments

Comments
 (0)