mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
change six pack key and add into default settings
This commit is contained in:
parent
97c2b5fb11
commit
6c75a6dbe5
2 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,7 @@ html(itemscope, itemtype='http://schema.org/Product')
|
|||
window.sharelatex = {
|
||||
siteUrl: '#{settings.siteUrl}',
|
||||
jsPath: '#{jsPath}',
|
||||
sixpackDomain: '#{settings.sixpackDomain}'
|
||||
sixpackDomain: '#{settings.sixpack.domain}'
|
||||
};
|
||||
window.systemMessages = !{JSON.stringify(systemMessages).replace(/\//g, '\\/')};
|
||||
window.ab = {}
|
||||
|
|
|
@ -353,6 +353,8 @@ module.exports =
|
|||
|
||||
]
|
||||
|
||||
sixpack:
|
||||
domain:"http://45.79.157.156:5000"
|
||||
# ShareLaTeX Server Pro options (https://www.sharelatex.com/university/onsite.html)
|
||||
# ----------
|
||||
|
||||
|
|
Loading…
Reference in a new issue