Skip to content

Commit

Permalink
Revert websocket port to 443 on PCF deployment
Browse files Browse the repository at this point in the history
- As per @seadowg recommendation: "PWS runs (secure) websockets on
  4443 but most PCF installations will run it on the standard 443"
  • Loading branch information
Kehrlann committed Jul 23, 2018
1 parent 0c8dd8e commit f959c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/pcf/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ window.Retro = {
"stylesheets": ["application.css"],
"useRevManifest": true,
"api_base_url": "https://{{api-app-name}}.{{pcf-url}}",
"websocket_url": "wss://{{api-app-name}}.{{pcf-url}}:4443/cable",
"websocket_url": "wss://{{api-app-name}}.{{pcf-url}}:443/cable",
"contact": "",
"terms": "",
"privacy": ""
Expand Down

0 comments on commit f959c95

Please sign in to comment.