- change env variable VUE_APP_PORTAL to VUE_API
- added .env.example file
This commit is contained in:
parent
a85debca92
commit
59a83c1978
8 changed files with 25 additions and 21 deletions
|
@ -10,7 +10,7 @@ import ContactViewComponent from "./views/contact-view/contact-view-component.vu
|
|||
import SitelinkViewComponent from "./views/sitelink-view/sitelink-view-component.vue";
|
||||
import ImprintViewComponent from "./views/imprint-view/imprint-view-component.vue";
|
||||
import TermsViewComponent from "./views/terms-view/terms-view-component";
|
||||
import { APP_URL, VUE_APP_PORTAL } from "./constants";
|
||||
import { APP_URL, VUE_API } from "./constants";
|
||||
// import VsInput from "./components/vs-input/vs-input.vue";
|
||||
// import VsResult from "./components/vs-result/vs-result.vue";
|
||||
// import FacetCategory from "./components/face-category/facet-category.vue";
|
||||
|
@ -44,7 +44,7 @@ import { APP_URL, VUE_APP_PORTAL } from "./constants";
|
|||
})
|
||||
export default class App2 extends Vue {
|
||||
public active = false;
|
||||
public portal = VUE_APP_PORTAL + "/login";
|
||||
public portal = VUE_API + "/login";
|
||||
public app_url = APP_URL;
|
||||
public search_url = APP_URL + "/search";
|
||||
public service_url = APP_URL + "/services";
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue