mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-10 01:51:49 -05:00
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