Use sqlite in development

This commit is contained in:
James Allen
2014-02-18 17:40:55 +00:00
parent a6a285e935
commit fb9c31be95
3 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ module.exports =
database: "clsi"
username: "clsi"
password: null
dialect: "sqlite"
storage: Path.resolve(__dirname + "/../db.sqlite")
path: