prod.conf.js 132 B

12345
  1. module.exports = {
  2. NODE_ENV: '"production"',
  3. DEBUG_MODE: false,
  4. API_KEY: '"..."' // this is shared between all environments
  5. }