| 1234567891011121314 |
- module.exports = {
- NODE_ENV: 'development',
- FILE_UPLOAD: 'mongodb',
- // MATHJAX: 1,
- ELASTICSEARCH_URI: 'http://localhost:9200/growi',
- HACKMD_URI: 'http://localhost:3010',
- PLUGIN_NAMES_TOBE_LOADED: [
- // 'growi-plugin-lsx',
- // 'growi-plugin-pukiwiki-like-linker',
- ],
- // USER_UPPER_LIMIT: 0,
- // DEV_HTTPS: true,
- // PUBLIC_WIKI_ONLY: true,
- };
|