mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix postback url
This commit is contained in:
parent
ad5515953b
commit
d6c509496c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"apiBaseUrl": "http://v2.overleaf.test:4000/api/git-bridge",
|
||||
"username": "user",
|
||||
"password": "pass",
|
||||
"postbackBaseUrl": "http://git_bridge:8000",
|
||||
"postbackBaseUrl": "http://git-bridge:8000",
|
||||
"serviceName": "Overleaf",
|
||||
"oauth2": {
|
||||
"oauth2ClientID": "264c723c925c13590880751f861f13084934030c13b4452901e73bdfab226edc",
|
||||
|
|
Loading…
Reference in a new issue