docker.env.js 254 B

1234567891011
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. ENV_CONFIG: '"docker"',
  5. ctx:'"http://172.21.137.102:9501"',
  6. ctxForm: '"http://172.21.137.102:9500"',
  7. excludeMeWhenSelectNextHandler:true,
  8. excludeFormerHanlder:true,
  9. envTitle:'""'
  10. }