1234567891011 |
- 'use strict'
- module.exports = {
- NODE_ENV: '"production"',
- ENV_CONFIG: '"test"',
- ctx:'"http://10.2.110.203:8601"',
- ctxForm: '"http://10.2.110.203:8600"',
- excludeMeWhenSelectNextHandler:true,
- excludeFormerHanlder:true,
- envTitle:'"测试环境"'
- }
|