1234567891011 |
- 'use strict'
- module.exports = {
- NODE_ENV: '"production"',
- ENV_CONFIG: '"agdev"',
- ctx: '"http://finance.agilestar.cn:9501"',
- ctxForm: '"http://finance.agilestar.cn:9500"',
- excludeMeWhenSelectNextHandler: true,
- excludeFormerHanlder: true,
- envTitle: '"公司开发环境"'
- }
|