test.env.js 259 B

1234567891011
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. ENV_CONFIG: '"test"',
  5. ctx:'"http://10.2.110.203:8601"',
  6. ctxForm: '"http://10.2.110.203:8600"',
  7. excludeMeWhenSelectNextHandler:true,
  8. excludeFormerHanlder:true,
  9. envTitle:'"测试环境"'
  10. }