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
+1
View File
@@ -10,3 +10,4 @@ filestore
compiles
cache
db.sqlite
View File
@@ -49,6 +49,8 @@ module.exports =
database: "clsi"
username: "clsi"
password: ""
dialect: "sqlite"
storage: Path.resolve(__dirname + "/../db.sqlite")
# Service locations
# -----------------