forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/sharelatex_connector/templates/sharelatex-web.xml.j2: Fix a variable.
This commit is contained in:
parent
83f02b9292
commit
cc7c04342a
|
@ -5,7 +5,7 @@
|
||||||
</context-param>
|
</context-param>
|
||||||
<context-param>
|
<context-param>
|
||||||
<param-name>hostName</param-name>
|
<param-name>hostName</param-name>
|
||||||
<param-value>{{ sharelatex.d4science.org }}</param-value>
|
<param-value>{{ sharelatex_hostname }}</param-value>
|
||||||
</context-param>
|
</context-param>
|
||||||
<context-param>
|
<context-param>
|
||||||
<param-name>mongoHost</param-name>
|
<param-name>mongoHost</param-name>
|
||||||
|
|
Loading…
Reference in New Issue