production.js 180 B

1234567891011
  1. module.exports = {
  2. network: {
  3. port: 18000,
  4. //backend
  5. serverHost: 'https://localhost',
  6. //k8s
  7. serverHost2: 'http://localhost:19000',
  8. },
  9. }