summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-22 12:06:13 +0800
committerWu Cheng-Han2015-09-22 12:06:13 +0800
commitb6c758f2fc2cb502ed194f2700e033564f2521f4 (patch)
tree35011f183399a28722a0d395b15be4d51562d9de /config.js
parent09a1e662f93456156b8906e6e69f5880678bc0dc (diff)
Added server option "useCdn", use template statement to route resources' source
Diffstat (limited to 'config.js')
-rw-r--r--config.js1
1 files changed, 1 insertions, 0 deletions
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'],