summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/vue/src/const/address.js
blob: 573e8492f4c29a92af48bae2d111cd54d11fe23c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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
};