diff --git a/README.md b/README.md index a8fa96d60bf95a9a9c32f1f3fd8a179209c1082a..81f05e12ff73092fef75eecc1777e53851f45957 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ cordova emulate android ``` ### 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