diff --git a/awx/ui/static/js/config.js b/awx/ui/static/js/config.js index b547bd8dd7..9864881116 100644 --- a/awx/ui/static/js/config.js +++ b/awx/ui/static/js/config.js @@ -48,6 +48,6 @@ var $AnsibleConfig = { } }, - websocket_port: 8090 + websocket_port: 8080 -}; \ No newline at end of file +};