mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 20:43:41 -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 = {
|
window.sharelatex = {
|
||||||
siteUrl: '#{settings.siteUrl}',
|
siteUrl: '#{settings.siteUrl}',
|
||||||
jsPath: '#{jsPath}',
|
jsPath: '#{jsPath}',
|
||||||
sixpackDomain: '#{settings.sixpackDomain}'
|
sixpackDomain: '#{settings.sixpack.domain}'
|
||||||
};
|
};
|
||||||
window.systemMessages = !{JSON.stringify(systemMessages).replace(/\//g, '\\/')};
|
window.systemMessages = !{JSON.stringify(systemMessages).replace(/\//g, '\\/')};
|
||||||
window.ab = {}
|
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)
|
# ShareLaTeX Server Pro options (https://www.sharelatex.com/university/onsite.html)
|
||||||
# ----------
|
# ----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue