We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f64ec7 commit fe30f8aCopy full SHA for fe30f8a
1 file changed
config.js
@@ -11,7 +11,7 @@ var urladdport = true; //add port on getserverurl
11
12
var config = {
13
debug: true,
14
- usecdn: false,
+ usecdn: false,
15
version: '0.3.3',
16
domain: domain,
17
alloworigin: ['add here to allow origin to cross'],
@@ -75,4 +75,4 @@ var config = {
75
}
76
};
77
78
-module.exports = config;
+module.exports = config;
0 commit comments