mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Configure CLSI to use sqllite
This commit is contained in:
parent
aa00aa25c2
commit
74650cf678
3 changed files with 3 additions and 0 deletions
1
server-ce/.gitignore
vendored
1
server-ce/.gitignore
vendored
|
@ -10,3 +10,4 @@ filestore
|
||||||
compiles
|
compiles
|
||||||
cache
|
cache
|
||||||
|
|
||||||
|
db.sqlite
|
||||||
|
|
0
server-ce/cache/.gitignore
vendored
Normal file
0
server-ce/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