prod.env.js 248 B

123456789101112
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. ENV_CONFIG: '"prod"',
  5. ctx:'"http://10.2.110.201:9501"',
  6. ctxForm: '"http://10.2.110.201:9500"',
  7. excludeMeWhenSelectNextHandler:true,
  8. excludeFormerHanlder:true,
  9. envTitle:'""'
  10. }