Skip to content

Commit

Permalink
fix: Fix Cloud Gateway configuration (#3956)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <[email protected]>
  • Loading branch information
pj892031 authored Jan 21, 2025
1 parent 012da72 commit 72d8125
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions cloud-gateway-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ apiml:
registry:
enabled: false
metadata-key-allow-list: zos.sysname,zos.system,zos.sysplex,zos.cpcName,zos.zosName,zos.lpar
cloud:
gateway:
discovery:
locator:
enabled: false
lowerCaseServiceId: true
application:
name: cloudGateway
main:
allow-circular-references: true

server:
http2:
Expand All @@ -64,17 +74,6 @@ server:
trustStorePassword: password
trustStoreType: PKCS12

cloud:
gateway:
discovery:
locator:
enabled: false
lowerCaseServiceId: true
application:
name: cloudGateway
main:
allow-circular-references: true

logbackServiceName: ZWEACG1

logging:
Expand Down

0 comments on commit 72d8125

Please sign in to comment.