prod.env.js 255 B

123456
  1. 'use strict'
  2. module.exports = {
  3. NODE_ENV: '"production"',
  4. // MS_CONFIG: '{"direwolfAdmin":"/a","moduleContext":"/scm-app","gatewayRoute":"/scm/scm.contract-bizc"}'
  5. MS_CONFIG: '{"direwolfAdmin":"","moduleContext":"/scm-app","gatewayRoute":"/api"}'
  6. }