mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 19:44:25 +00:00
Merge pull request #6 from jdleesmiller/redact-config
put in some example config data
This commit is contained in:
commit
76ab057f6d
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"port": 80,
|
"port": 80,
|
||||||
"rootGitDirectory": "/var/wlgb/git",
|
"rootGitDirectory": "/var/wlgb/git",
|
||||||
"apiBaseUrl": "https://radiant-wind-3058.herokuapp.com/api/v0",
|
"apiBaseUrl": "https://www.overleaf.com/api/v0",
|
||||||
"username": "staging",
|
"username": "REDACTED",
|
||||||
"password": "6kUfbv0R",
|
"password": "REDACTED",
|
||||||
"postbackBaseUrl": "http://git.overleaf.com",
|
"postbackBaseUrl": "http://your-server-name-for-postbacks",
|
||||||
"serviceName": "Overleaf"
|
"serviceName": "Overleaf"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue