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

Documentation update

parent f9bc6324
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ cordova emulate android ...@@ -48,7 +48,7 @@ cordova emulate android
``` ```
### Connecting to a local server ### Connecting to a local server
While developing, you will want to connect to a local instance of VIPSLogic. This is done by editing the property `CONST_URL_DOMAIN` in `/src/components/CommonUtil.vue` (TODO: Refactor this to `CommonUtilLocal.vue`). Set it to whatever domain name you wish (e.g. vipslogic-local.no) and then edit your `/etc/hosts` file to point this to the IP address 10.0.2.2, like this While developing, you will want to connect to a local instance of VIPSLogic. This is done by editing the property `CONST_URL_DOMAIN` in `/src/components/CommonUtilLocal.vue`. Set it to whatever domain name you wish (e.g. vipslogic-local.no) and then edit your `/etc/hosts` file to point this to the IP address 10.0.2.2, like this
``` ```
10.0.2.2 vipslogic-local.no 10.0.2.2 vipslogic-local.no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment