Use sqlite in development

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

View file

@ -11,3 +11,4 @@ app.js
*~
cache
.vagrant
db.sqlite

View file

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

View file

@ -15,7 +15,8 @@
"settings-sharelatex": "git+ssh://git@github.com:sharelatex/settings-sharelatex.git#master",
"sequelize": "~2.0.0-beta.2",
"wrench": "~1.5.4",
"smoke-test-sharelatex": "git+ssh://git@github.com:sharelatex/smoke-test-sharelatex.git#master"
"smoke-test-sharelatex": "git+ssh://git@github.com:sharelatex/smoke-test-sharelatex.git#master",
"sqlite3": "~2.2.0"
},
"devDependencies": {
"mocha": "1.10.0",