Skip to content
Snippets Groups Projects
Commit 82b76f1a authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Moving the server URL out of the Git repo, to ease development

parent 5600797d
No related branches found
No related tags found
No related merge requests found
<template></template> <template></template>
<script> <script>
import CommonUtilLocal from '@/components/CommonUtilLocal'
export default { export default {
CONST_EVENT_LOGIN_USER_DETAIL : 'eventloginuserdetail', CONST_EVENT_LOGIN_USER_DETAIL : 'eventloginuserdetail',
...@@ -35,7 +36,7 @@ export default { ...@@ -35,7 +36,7 @@ export default {
CONST_OBSERVATION_COUNT_START_ID : -1, CONST_OBSERVATION_COUNT_START_ID : -1,
CONST_POI_COUNT_START_ID : -1, CONST_POI_COUNT_START_ID : -1,
CONST_URL_DOMAIN : 'http://vipslogic-local.no', CONST_URL_DOMAIN : CommonUtilLocal.CONST_URL_DOMAIN, // Moved to CommonUtilLocal.vue (not in Git repo)
CONST_URL_AUTH_UUID : '/rest/auth/uuid', CONST_URL_AUTH_UUID : '/rest/auth/uuid',
CONST_URL_AUTH_LOGIN : '/rest/auth/login', CONST_URL_AUTH_LOGIN : '/rest/auth/login',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment