env.js 345 B

12345678910111213
  1. const baseUrls = {
  2. standalone: 'http://127.0.0.1:18180',
  3. backend: 'http://127.0.0.1:18181',
  4. frontend: 'http://127.0.0.1:18182',
  5. dual: 'http://127.0.0.1:18183',
  6. standaloneNew: 'http://127.0.0.1:18185',
  7. standaloneApostrophe: 'http://127.0.0.1:18186',
  8. standaloneAlpine: 'http://127.0.0.1:18187',
  9. };
  10. module.exports = {
  11. baseUrls,
  12. };