| 123456789101112 |
- const baseUrls = {
- standalone: 'http://127.0.0.1:18180',
- backend: 'http://127.0.0.1:18181',
- frontend: 'http://127.0.0.1:18182',
- dual: 'http://127.0.0.1:18183',
- standaloneNew: 'http://127.0.0.1:18185',
- standaloneApostrophe: 'http://127.0.0.1:18186',
- };
- module.exports = {
- baseUrls,
- };
|