Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
UPDATED: gateway listens now to all intefaces
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Feb 23, 2024
1 parent 68d5d41 commit f14dec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ spring.cloud.gateway.globalcors.cors-configurations.[/**].allowedMethods=POST
management.endpoint.gateway.enabled=${ROUTE_TABLES_ENABLED:true}
management.endpoints.web.exposure.include=*

# Listen to all interfaces
server.address=0.0.0.0


0 comments on commit f14dec7

Please sign in to comment.