Skip to content

Commit

Permalink
Configure CLSI to use sqllite
Browse files Browse the repository at this point in the history
  • Loading branch information
James Allen committed Feb 18, 2014
1 parent c71cb09 commit 432f45a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ filestore
compiles
cache

db.sqlite
Empty file added cache/.gitignore
Empty file.
2 changes: 2 additions & 0 deletions config/settings.development.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ module.exports =
database: "clsi"
username: "clsi"
password: ""
dialect: "sqlite"
storage: Path.resolve(__dirname + "/../db.sqlite")

# Service locations
# -----------------
Expand Down

0 comments on commit 432f45a

Please sign in to comment.