avoid port collision with other tooling

This commit is contained in:
Jake McDermott 2018-09-26 18:11:29 -04:00
parent 065813ebc0
commit 0986ebef33
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7
2 changed files with 2 additions and 2 deletions

View File

@ -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`.

View File

@ -32,7 +32,7 @@ module.exports = {
stats: 'minimal',
host: '127.0.0.1',
https: true,
port: 3000,
port: 3001,
clientLogLevel: 'none',
proxy: [
{