From b6c758f2fc2cb502ed194f2700e033564f2521f4 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Tue, 22 Sep 2015 12:06:13 +0800 Subject: Added server option "useCdn", use template statement to route resources' source --- config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'config.js') diff --git a/config.js b/config.js index cfd9f20d..b04066da 100644 --- a/config.js +++ b/config.js @@ -11,6 +11,7 @@ var urladdport = true; //add port on getserverurl var config = { debug: true, + usecdn: false, version: '0.3.2', domain: domain, alloworigin: ['add here to allow origin to cross'], -- cgit v1.2.3