6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
|
module.exports = {
|
||
|
strictSSL: false,
|
||
|
followRedirect: true,
|
||
|
resources: ['https://host.docker.internal:8000'],
|
||
|
};
|