env.prod.js 85 B

123456
  1. module.exports = {
  2. // logging settings
  3. DEBUG: [
  4. 'crowi:crowi',
  5. ].join(),
  6. }