rename fiv to vic.imo

This commit is contained in:
luk.lu
2019-09-27 07:16:43 +08:00
parent 4a9558355c
commit 2c581894b3
3 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
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',
host: 'server.vic.yuanjin.net',
// sslType: 'file'
}