mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
avoid port collision with other tooling
This commit is contained in:
@@ -6,6 +6,6 @@
|
|||||||
* cd awx-pf
|
* cd awx-pf
|
||||||
* npm install
|
* npm install
|
||||||
* npm start
|
* 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`.
|
**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`.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ module.exports = {
|
|||||||
stats: 'minimal',
|
stats: 'minimal',
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
https: true,
|
https: true,
|
||||||
port: 3000,
|
port: 3001,
|
||||||
clientLogLevel: 'none',
|
clientLogLevel: 'none',
|
||||||
proxy: [
|
proxy: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user