mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 17:07:36 -02:30
@noissue - BrowserSync ssl/tls (#4407)
This commit is contained in:
@@ -12,8 +12,9 @@ module.exports = {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
options: {
|
options: {
|
||||||
|
open: 'external',
|
||||||
proxy: {
|
proxy: {
|
||||||
target: `${django_host}:${django_port}`,
|
target: `https://${django_host}:${django_port}`,
|
||||||
ws: true
|
ws: true
|
||||||
},
|
},
|
||||||
keepalive: false,
|
keepalive: false,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"url": ""
|
"url": ""
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"django_port": "8013",
|
"django_port": "8043",
|
||||||
"django_host": "0.0.0.0",
|
"django_host": "0.0.0.0",
|
||||||
"sauce_username": "leigh-johnson",
|
"sauce_username": "leigh-johnson",
|
||||||
"sauce_access_key": "f740c3ad-c706-4e10-bb95-46e2cc50c2ac"
|
"sauce_access_key": "f740c3ad-c706-4e10-bb95-46e2cc50c2ac"
|
||||||
|
|||||||
Reference in New Issue
Block a user