Files
vic-server-mongo/config.js
2019-09-24 11:09:12 +08:00

7 lines
337 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
module.exports = {
// port: 80, // 除非80/443意外的非标准端口才需要定义。这样避免只修改 protocol 而忘了修改 port 造成错误。
protocol: 'http', // by default http for development. Please change to https in configSec.js for production.
host: 'server.fiv.tacever.org',
// sslType: 'file'
}