From a84312f7279f9837b1c60a3758e72b6f9fa39fec Mon Sep 17 00:00:00 2001 From: OldHawk Date: Thu, 8 Mar 2018 11:13:17 +0800 Subject: [PATCH] cfg(core): config global HOST settings --- config/env/torrents.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/env/torrents.js b/config/env/torrents.js index 33017f47..071d6b76 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -27,7 +27,7 @@ module.exports = { */ app: { name: 'MEAN.im', - domain: 'http://MEAN.im', + domain: 'http://mean.im', showDemoWarningPopup: true, cronTimeZone: 'Asia/Shanghai', showDebugLog: true, @@ -97,7 +97,7 @@ module.exports = { comment: 'meanTorrent group', announceInterval: 60 * 1000 * 5, announcePrefix: '{MEAN.im}.', - admin: 'admin@MEAN.im', + admin: 'admin@mean.im', clientBlackListUrl: '/about/black', privateTorrentCmsMode: true, downloadCheck: { @@ -137,8 +137,8 @@ module.exports = { title: '[%s] - RSS torrents', description: 'Latest torrents from [%s]', copyright: 'Copyright (c) [%s] 2012-2017, all rights reserved', - managingEditor: 'admin@MEAN.im (%s Admin)', - webMaster: 'webmaster@MEAN.im (%s Webmaster)', + managingEditor: 'admin@mean.im (%s Admin)', + webMaster: 'webmaster@mean.im (%s Webmaster)', generator: 'meanTorrent RSS Generator', ttl: 60, image_url: '/modules/core/client/img/rss.jpeg' @@ -193,9 +193,9 @@ module.exports = { ircAnnounce: { enable: true, debug: false, - server: 'MEAN.im', + server: 'irc.mean.im', port: 16667, - nick: 'Announcer', + nick: 'meanAnnouncer', userName: 'meanTorrent', realName: 'IRC announce client', channel: '#meanAnnounce',