agdev.env.js 300 B

1234567891011
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. ENV_CONFIG: '"agdev"',
  5. ctx: '"http://finance.agilestar.cn:9501"',
  6. ctxForm: '"http://finance.agilestar.cn:9500"',
  7. excludeMeWhenSelectNextHandler: true,
  8. excludeFormerHanlder: true,
  9. envTitle: '"公司开发环境"'
  10. }