Skip to content

Commit 498f1dc

Browse files
authored
Merge pull request #907 from Ashi1993/npm-4.0
Adding APIM 4.6.0 deployment toml
2 parents 3623cd4 + 06368df commit 498f1dc

File tree

3 files changed

+448
-14
lines changed

3 files changed

+448
-14
lines changed

financial-services-accelerator/accelerators/fs-apim/repository/resources/wso2am-4.4.0-deployment.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ driver = "DB_DRIVER"
100100

101101
[database.user.pool_options]
102102
jmx_enable=false
103-
pool_options.maxActive = "150"
104-
pool_options.maxWait = "60000"
105-
pool_options.minIdle = "5"
106-
pool_options.testOnBorrow = true
107-
pool_options.validationQuery="SELECT 1"
108-
pool_options.validationInterval="30000"
109-
pool_options.defaultAutoCommit=true
103+
maxActive = "150"
104+
maxWait = "60000"
105+
minIdle = "5"
106+
testOnBorrow = true
107+
validationQuery="SELECT 1"
108+
validationInterval="30000"
109+
defaultAutoCommit=true
110110

111111
[keystore.tls]
112112
file_name = "wso2carbon.jks"

financial-services-accelerator/accelerators/fs-apim/repository/resources/wso2am-4.5.0-deployment.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ driver = "DB_DRIVER"
100100

101101
[database.user.pool_options]
102102
jmx_enable=false
103-
pool_options.maxActive = "150"
104-
pool_options.maxWait = "60000"
105-
pool_options.minIdle = "5"
106-
pool_options.testOnBorrow = true
107-
pool_options.validationQuery="SELECT 1"
108-
pool_options.validationInterval="30000"
109-
pool_options.defaultAutoCommit=true
103+
maxActive = "150"
104+
maxWait = "60000"
105+
minIdle = "5"
106+
testOnBorrow = true
107+
validationQuery="SELECT 1"
108+
validationInterval="30000"
109+
defaultAutoCommit=true
110110

111111
[keystore.tls]
112112
file_name = "wso2carbon.jks"

0 commit comments

Comments
 (0)