Skip to content

Commit

Permalink
Merge pull request #13489 from ashera96/master
Browse files Browse the repository at this point in the history
Update AI feature related service url
  • Loading branch information
ashera96 committed May 10, 2024
2 parents 3c171da + 133794d commit 567227f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion modules/distribution/product/src/main/conf/deployment.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ auth_token = ""
[apim.ai]
enable = true
token = ""
endpoint = ""

[apim.key_manager]
enable_apikey_subscription_validation = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@
"apim.analytics.properties.keystore_password": "$ref{keystore.primary.password}",
"apim.analytics.properties.truststore_location": "${carbon.home}/repository/resources/security/$ref{truststore.file_name}",
"apim.analytics.properties.truststore_password": "$ref{truststore.password}",
"apim.ai.endpoint": "https://dev-tools.wso2.com/apim-ai-service",
"tenant_mgt.disable_email_domain_validation": true,
"apim.jwt.use_kid_property": true,
"apim.jwt.use_sha256_hash": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ auth_token = ""
[apim.ai]
enable = true
token = ""
endpoint = ""

[apim.key_manager]
enable_apikey_subscription_validation = true
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1284,10 +1284,10 @@
<carbon.analytics.common.version>5.3.11</carbon.analytics.common.version>

<!-- APIM Portals Component Version -->
<carbon.apimgt.ui.version>9.1.74</carbon.apimgt.ui.version>
<carbon.apimgt.ui.version>9.1.81</carbon.apimgt.ui.version>

<!-- APIM Component Version -->
<carbon.apimgt.version>9.29.120</carbon.apimgt.version>
<carbon.apimgt.version>9.29.130</carbon.apimgt.version>

<carbon.apimgt.imp.pkg.version>[9.0.0, 10.0.0)</carbon.apimgt.imp.pkg.version>

Expand Down

0 comments on commit 567227f

Please sign in to comment.