1
0

env.js 299 B

123456789101112
  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. };
  9. module.exports = {
  10. baseUrls,
  11. };