From fe30f8aa9b48e15eff7ec9132a19a2a62e430495 Mon Sep 17 00:00:00 2001 From: jackycute Date: Tue, 6 Oct 2015 18:26:00 +0800 Subject: [PATCH] Update config.js --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index f1fb3fa..728208e 100644 --- a/config.js +++ b/config.js @@ -11,7 +11,7 @@ var urladdport = true; //add port on getserverurl var config = { debug: true, - usecdn: false, + usecdn: false, version: '0.3.3', domain: domain, alloworigin: ['add here to allow origin to cross'], @@ -75,4 +75,4 @@ var config = { } }; -module.exports = config; \ No newline at end of file +module.exports = config;