Skip to content

Commit 019802f

Browse files
Merge pull request #13911 from HeshanSudarshana/master-pre-rc3
Update deployment.toml for API control plane
2 parents 05ad1b5 + adcd1cf commit 019802f

File tree

1 file changed

+15
-15
lines changed
  • api-control-plane/modules/distribution/product/src/main/conf

1 file changed

+15
-15
lines changed

api-control-plane/modules/distribution/product/src/main/conf/deployment.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@ key_password = "wso2carbon"
4949
[apim]
5050
gateway_type = "Regular,APK,AWS,Azure,Kong,Envoy"
5151

52-
#[[apim.gateway.environment]]
53-
#name = "Default"
54-
#type = "hybrid"
55-
#gateway_type = "Regular"
56-
#provider = "wso2"
57-
#display_in_api_console = true
58-
#description = "This is a hybrid gateway that handles both production and sandbox token traffic."
59-
#show_as_token_endpoint_url = true
60-
#service_url = "https://localhost:${mgt.transport.https.port}/services/"
61-
#username= "${admin.username}"
62-
#password= "${admin.password}"
63-
#ws_endpoint = "ws://localhost:9099"
64-
#wss_endpoint = "wss://localhost:8099"
65-
#http_endpoint = "http://localhost:${http.nio.port}"
66-
#https_endpoint = "https://localhost:${https.nio.port}"
52+
[[apim.gateway.environment]]
53+
name = "Default"
54+
type = "hybrid"
55+
gateway_type = "Regular"
56+
provider = "wso2"
57+
display_in_api_console = true
58+
description = "This is a hybrid gateway that handles both production and sandbox token traffic."
59+
show_as_token_endpoint_url = true
60+
service_url = "https://localhost:9443/services/"
61+
username= "${admin.username}"
62+
password= "${admin.password}"
63+
ws_endpoint = "ws://localhost:9099"
64+
wss_endpoint = "wss://localhost:8099"
65+
http_endpoint = "http://localhost:8280"
66+
https_endpoint = "https://localhost:8243"
6767

6868
#[apim.cache.gateway_token]
6969
#enable = true

0 commit comments

Comments
 (0)