Skip to content

Commit

Permalink
GH2883 rename and inverse default value of feature flag
Browse files Browse the repository at this point in the history
Signed-off-by: alexandr cumarav <[email protected]>
  • Loading branch information
cumarav committed Aug 31, 2023
1 parent c2810ce commit 9a13429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloud-gateway-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apiml:
ssl:
nonStrictVerifySslCertificatesOfServices: true
cloudGateway:
enableServiceRegistry: true
enableServiceRegistry:

server:
port: ${apiml.service.port}
Expand Down
2 changes: 1 addition & 1 deletion cloud-gateway-service/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apiml:
corsEnabled: true
ignoredHeadersWhenCorsEnabled: Access-Control-Request-Method,Access-Control-Request-Headers,Access-Control-Allow-Origin,Access-Control-Allow-Methods,Access-Control-Allow-Headers,Access-Control-Allow-Credentials,Origin
cloudGateway:
enableServiceRegistry: true
enableServiceRegistry: false
server:
port: ${apiml.service.port}
ssl:
Expand Down

0 comments on commit 9a13429

Please sign in to comment.