mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix typo in settings
This commit is contained in:
parent
62f207c368
commit
e5218af015
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ module.exports =
|
||||||
# that are sent out, generated links, etc.
|
# that are sent out, generated links, etc.
|
||||||
siteUrl : siteUrl = 'http://localhost:3000'
|
siteUrl : siteUrl = 'http://localhost:3000'
|
||||||
|
|
||||||
# cooke domain
|
# cookie domain
|
||||||
# use full domain for cookies to only be accesabble from that domain,
|
# use full domain for cookies to only be accesabble from that domain,
|
||||||
# replace subdomain with dot to have them accessable on all subdomains
|
# replace subdomain with dot to have them accessable on all subdomains
|
||||||
# cookieDomain: ".sharelatex.dev"
|
# cookieDomain: ".sharelatex.dev"
|
||||||
|
|
Loading…
Reference in a new issue