Skip to content

Commit

Permalink
🐛 FIX: Update http port for service and munit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpontdia committed Dec 13, 2023
1 parent 0de373d commit ee01244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/mule/global.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ http://www.mulesoft.org/schema/mule/db http://www.mulesoft.org/schema/mule/db/cu
<http:listener-config name="api-httpListenerConfig">
<http:listener-connection
host="0.0.0.0"
port="${https.port}"
port="${http.port}"
protocol="${httpprotocol}"/>
</http:listener-config>

Expand Down
2 changes: 1 addition & 1 deletion src/test/munit/api-scenarios.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<munit:dynamic-port propertyName="http.port"/>

<http:request-config name="HTTP_Request_Configuration">
<http:request-connection host="0.0.0.0" port="${https.port}" protocol="${httpprotocol}">
<http:request-connection host="0.0.0.0" port="${http.port}" protocol="${httpprotocol}">
</http:request-connection>
</http:request-config>

Expand Down

0 comments on commit ee01244

Please sign in to comment.