mirror of https://github.com/status-im/codimd.git
Update config.js
This commit is contained in:
parent
3f64ec79b7
commit
fe30f8aa9b
|
@ -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;
|
||||
module.exports = config;
|
||||
|
|
Loading…
Reference in New Issue