From 71fa4692c2b2d01ac9bab811236cbc8036d4bb91 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Fri, 29 Dec 2017 12:43:33 +0800 Subject: [PATCH] fix(config): restore domain setting value --- config/env/torrents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/env/torrents.js b/config/env/torrents.js index 9a78c370..a261ebc6 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -16,7 +16,7 @@ module.exports = { */ app: { name: 'CHD.im', - domain: 'http://127.0.0.1:3000', + domain: 'http://chd.im:3000', showDemoWarningPopup: true, cronTimeZone: 'Asia/Shanghai', showDebugLog: true