mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-22 11:53:01 +00:00
Configure CLSI to use sqllite
This commit is contained in:
parent
c71cb09fdd
commit
432f45ac59
3 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@ filestore
|
|||
compiles
|
||||
cache
|
||||
|
||||
db.sqlite
|
||||
|
|
0
cache/.gitignore
vendored
Normal file
0
cache/.gitignore
vendored
Normal file
|
@ -49,6 +49,8 @@ module.exports =
|
|||
database: "clsi"
|
||||
username: "clsi"
|
||||
password: ""
|
||||
dialect: "sqlite"
|
||||
storage: Path.resolve(__dirname + "/../db.sqlite")
|
||||
|
||||
# Service locations
|
||||
# -----------------
|
||||
|
|
Loading…
Reference in a new issue