wip for ci

This commit is contained in:
Henry Oswald
2018-03-05 15:29:12 +00:00
parent b202af3cf2
commit f1df41112b
5 changed files with 6 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ module.exports =
username: "clsi"
password: null
dialect: "sqlite"
storage: Path.resolve(__dirname + "/../db.sqlite")
storage: process.env["SQLITE_PATH"] or Path.resolve(__dirname + "/../db.sqlite")
path:
compilesDir: Path.resolve(__dirname + "/../compiles")