From ada5c4382e95dff86157b5cffefa95791f737286 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Mon, 12 Mar 2018 14:29:13 +0800 Subject: [PATCH] doc(readme): update readme.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 30ddf7e4..dcff7e5b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# meanTorrent - A Private BitTorrent Tracker CMS based on [meanjs/mean](https://github.com/meanjs/mean), and here is the [DEMO Site](http://chd.im:3000) +# meanTorrent - A Private BitTorrent Tracker CMS based on [meanjs/mean](https://github.com/meanjs/mean), and here is the [DEMO Site](http://mean.im) meanTorrent is A Private __BitTorrent Tracker CMS__ with __Multilingual support__ and a full-stack JavaScript open-source solution, which provides a solid starting point for [MongoDB](http://www.mongodb.org/), [Node.js](http://www.nodejs.org/), [Express](http://expressjs.com/), @@ -251,10 +251,10 @@ such as: ```javascript announce: { - url: 'http://chd.im/announce', - announcePrefix: '[CHD.im].', - admin: 'admin@chd.im', - baseUrl: 'http://chd.im', + url: 'http://mean.im/announce', + announcePrefix: '[mean.im].', + admin: 'admin@mean.im', + baseUrl: 'http://mean.im', clientBlackListUrl: '/about/black', privateTorrentCmsMode: true }, @@ -320,9 +320,9 @@ All the sign up account need verify & active by mail, and must completed within ircAnnounce: { enable: true, debug: false, - server: 'chd.im', + server: 'irc.mean.im', port: 16667, - nick: 'chdAnnounce', + nick: 'meanAnnouncer', userName: 'meanTorrent', realName: 'IRC announce client', channel: '#chdAnnounce',