Skip to content

Commit

Permalink
Merge pull request #1402 from lakmali/C5-gateway-implementation
Browse files Browse the repository at this point in the history
Make HTTPs as the gateway default transport
  • Loading branch information
lakmali authored Jun 9, 2017
2 parents a7aabde + 53d826e commit 10be82d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gateway/conf/netty-transports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ transportProperties:

listenerConfigurations:
-
id: "default"
id: "http"
host: "0.0.0.0"
port: 9090
-
id: "https"
id: "default"
host: "0.0.0.0"
port: 9092
scheme: https
Expand All @@ -45,4 +45,4 @@ senderConfigurations:
id: "https-sender"
scheme: "https"
trustStoreFile: "${ballerina.home}/bre/security/client-truststore.jks"
trustStorePass: "wso2carbon"
trustStorePass: "wso2carbon"

0 comments on commit 10be82d

Please sign in to comment.