6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
module.exports = {
|
|
port: 80,
|
|
protocol: 'httpall',
|
|
host: 'localhost',
|
|
sslType: 'file'
|
|
}; |