Skip to content

Commit

Permalink
Merge pull request #3999 from zowe/apiml/zaas-default-conf
Browse files Browse the repository at this point in the history
zaas in default config
  • Loading branch information
MarkAckert authored Sep 19, 2024
2 parents ee75e1a + 12dfbc8 commit 5508691
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions files/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,7 @@ components:
enabled: false

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
metrics-service:
enabled: false
port: 7551
debug: false

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
cloud-gateway:
zaas:
enabled: false
port: 7558
debug: false
Expand All @@ -201,16 +195,13 @@ components:
storage:
evictionStrategy: reject
# can be inMemory, VSAM, redis or infinispan
mode: VSAM
size: 10000
vsam:
# your VSAM data set created by "zwe init vsam" command or ZWECSVSM JCL
# this is required if storage mode is VSAM
name: ""
mode: infinispan
infinispan:
# this is required if storage mode is infinispan
jgroups:
port: 7600
keyExchange:
port: 7601

# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
app-server:
Expand Down

0 comments on commit 5508691

Please sign in to comment.