mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
make default configuration work with awx development api server
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const webpack = require('webpack');
|
||||
|
||||
const TARGET = 'https://localhost:443';
|
||||
const TARGET_PORT = 443;
|
||||
const TARGET_PORT = 8043;
|
||||
const TARGET = `https://localhost:${TARGET_PORT}`;
|
||||
|
||||
module.exports = {
|
||||
entry: './src/index.js',
|
||||
|
||||
Reference in New Issue
Block a user