diff --git a/README.md b/README.md index 0ba6e3eb84..319a9ee83e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ * cd awx-pf * npm install * npm start -* visit `https://127.0.0.1:3000/` +* visit `https://127.0.0.1:3001/` **note:** These instructions assume you have the [awx](https://github.com/ansible/awx/blob/devel/CONTRIBUTING.md#running-the-environment) development api server up and running at `localhost:8043`. diff --git a/webpack.config.js b/webpack.config.js index 1d1e1f535c..fb83c8cbce 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -32,7 +32,7 @@ module.exports = { stats: 'minimal', host: '127.0.0.1', https: true, - port: 3000, + port: 3001, clientLogLevel: 'none', proxy: [ {