Configure CLSI to use sqllite

This commit is contained in:
James Allen 2014-02-18 17:40:23 +00:00
parent aa00aa25c2
commit 74650cf678
3 changed files with 3 additions and 0 deletions

View file

@ -10,3 +10,4 @@ filestore
compiles
cache
db.sqlite

0
server-ce/cache/.gitignore vendored Normal file
View file

View file

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