Skip to content

Commit

Permalink
fix bootstrap format
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbueno committed Aug 9, 2023
1 parent dabf787 commit 7ab14da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/artemis/bootstrap.xml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
{% set protocol = bootstrap_xml.web.bind.protocol %}
{% set address = bootstrap_xml.web.bind.address %}
{% set port = bootstrap_xml.web.bind.port %}
<web path="{{ bootstrap_xml.web.path }}">
<binding uri="{{- url(protocol, address, port) -}}">
<web bind="{{- url(protocol, address, port) -}}" path="{{ bootstrap_xml.web.path }}">
{% for app in bootstrap_xml.web.apps %}
<app url="{{ app.url }}" war="{{ app.war }}"/>
{% endfor %}
</binding>
</web>


Expand Down

0 comments on commit 7ab14da

Please sign in to comment.