mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-22 14:51:07 +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
|
compiles
|
||||||
cache
|
cache
|
||||||
|
|
||||||
|
db.sqlite
|
||||||
|
|
0
cache/.gitignore
vendored
Normal file
0
cache/.gitignore
vendored
Normal file
|
@ -49,6 +49,8 @@ module.exports =
|
||||||
database: "clsi"
|
database: "clsi"
|
||||||
username: "clsi"
|
username: "clsi"
|
||||||
password: ""
|
password: ""
|
||||||
|
dialect: "sqlite"
|
||||||
|
storage: Path.resolve(__dirname + "/../db.sqlite")
|
||||||
|
|
||||||
# Service locations
|
# Service locations
|
||||||
# -----------------
|
# -----------------
|
||||||
|
|
Loading…
Reference in a new issue