remove password from clsi for sql
sequalise fails when it is set to null
This commit is contained in:
@@ -7,12 +7,11 @@ module.exports =
|
||||
clsi:
|
||||
database: "clsi"
|
||||
username: "clsi"
|
||||
password: null
|
||||
dialect: "sqlite"
|
||||
storage: process.env["SQLITE_PATH"] or Path.resolve(__dirname + "/../db.sqlite")
|
||||
pool:
|
||||
max: 1
|
||||
min: 0
|
||||
min: 1
|
||||
retry:
|
||||
max: 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user