Skip to content

Commit

Permalink
Merge pull request #342 from bananaappletw/master
Browse files Browse the repository at this point in the history
Change database config development to sqlite, test to memory
  • Loading branch information
jackycute authored Feb 4, 2017
2 parents 15bf2b6 + 0e6d1bb commit d6822dd
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@
"test": {
"db": {
"dialect": "sqlite",
"storage": "./db.hackmd.sqlite"
"storage": ":memory:"
}
},
"development": {
"domain": "localhost",
"db": {
"username": "",
"password": "",
"database": "hackmd",
"host": "localhost",
"port": "3306",
"dialect": "mysql"
"dialect": "sqlite",
"storage": "./db.hackmd.sqlite"
}
},
"production": {
Expand Down

0 comments on commit d6822dd

Please sign in to comment.