mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
avoid port collision with other tooling
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = {
|
||||
stats: 'minimal',
|
||||
host: '127.0.0.1',
|
||||
https: true,
|
||||
port: 3000,
|
||||
port: 3001,
|
||||
clientLogLevel: 'none',
|
||||
proxy: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user