diff options
author | jackycute | 2015-10-06 18:26:00 +0800 |
---|---|---|
committer | jackycute | 2015-10-06 18:26:00 +0800 |
commit | fe30f8aa9b48e15eff7ec9132a19a2a62e430495 (patch) | |
tree | 87f2973896501c5b1b1fe9cda593a91c1d5c6ea4 | |
parent | 3f64ec79b72b79dc758435536c1096cb716235ac (diff) |
Update config.js
Diffstat (limited to '')
-rw-r--r-- | config.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |