1234567891011 |
- 'use strict'
- module.exports = {
- NODE_ENV: '"production"',
- ENV_CONFIG: '"docker"',
- ctx:'"http://172.21.137.102:9501"',
- ctxForm: '"http://172.21.137.102:9500"',
- excludeMeWhenSelectNextHandler:true,
- excludeFormerHanlder:true,
- envTitle:'""'
- }
|