// addresses of angular and vue in the development environment const ADDRESS = { Angular: "http://localhost:4200/", vue: "http://localhost:8089/" }; const SELF_SOURCE = "vue"; const MAIN_SOURCE = "Angular"; export default { ADDRESS, SELF_SOURCE, MAIN_SOURCE };