mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #117 from davidediger/master
Adding fairy configuration
This commit is contained in:
commit
c6f1c53d21
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@ module.exports =
|
||||||
port: "6379"
|
port: "6379"
|
||||||
password: ""
|
password: ""
|
||||||
|
|
||||||
|
fairy:
|
||||||
|
host: "localhost"
|
||||||
|
port: "6379"
|
||||||
|
password: ""
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
clsi:
|
clsi:
|
||||||
database: "clsi"
|
database: "clsi"
|
||||||
|
|
Loading…
Reference in a new issue