Files
vic-server-mongo/config.js
2019-08-31 23:48:25 +08:00

6 lines
103 B
JavaScript

module.exports = {
port: 80,
protocol: 'httpall',
host: 'localhost',
sslType: 'file'
};