Bläddra i källkod

comment out USER_UPPER_LIMIT

Seiya Tashiro 7 år sedan
förälder
incheckning
da0b95f82e
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      config/env.dev.js
  2. 1 1
      config/env.prod.js

+ 1 - 1
config/env.dev.js

@@ -8,6 +8,6 @@ module.exports = {
     // 'growi-plugin-lsx',
     // 'growi-plugin-pukiwiki-like-linker',
   ],
-  USER_UPPER_LIMIT: 0,
+  // USER_UPPER_LIMIT: 0,
   // DEV_HTTPS: true,
 };

+ 1 - 1
config/env.prod.js

@@ -1,5 +1,5 @@
 module.exports = {
   NODE_ENV: 'production',
   // FORMAT_NODE_LOG: false,
-  USER_UPPER_LIMIT: 0,
+  // USER_UPPER_LIMIT: 0,
 };