mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Release version 0.1.3
This commit is contained in:
parent
34fa398cf6
commit
79b9c48efd
2 changed files with 6 additions and 1 deletions
|
@ -14,3 +14,8 @@ module.exports =
|
||||||
url: "http://localhost:3000"
|
url: "http://localhost:3000"
|
||||||
user: "sharelatex"
|
user: "sharelatex"
|
||||||
pass: "password"
|
pass: "password"
|
||||||
|
redis:
|
||||||
|
web:
|
||||||
|
host: "localhost"
|
||||||
|
port: 6379
|
||||||
|
pass: ""
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "history-sharelatex",
|
"name": "history-sharelatex",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"description": "An API for saving and compressing individual document updates into a browsable history",
|
"description": "An API for saving and compressing individual document updates into a browsable history",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue