mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
put in some example config data
This commit is contained in:
parent
ece573c942
commit
5e6c1055c0
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"port": 80,
|
||||
"rootGitDirectory": "/var/wlgb/git",
|
||||
"apiBaseUrl": "https://radiant-wind-3058.herokuapp.com/api/v0",
|
||||
"username": "staging",
|
||||
"password": "6kUfbv0R",
|
||||
"postbackBaseUrl": "http://git.overleaf.com",
|
||||
"apiBaseUrl": "https://www.overleaf.com/api/v0",
|
||||
"username": "REDACTED",
|
||||
"password": "REDACTED",
|
||||
"postbackBaseUrl": "http://your-server-name-for-postbacks",
|
||||
"serviceName": "Overleaf"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue