Skip to content

Commit 97cffc0

Browse files
author
Rodrigo Lins
committed
feat: TTA-180 updating README.md
1 parent 88c5313 commit 97cffc0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ In project path, open your favourite command line and run `npm install` in order
5959

6060
# Prepare your environment
6161

62+
### **Local DNS Configuration**
63+
64+
To test the application in a local environment please modify you `/etc/hosts` on Linux/Mac. In Windows `C:\Windows\System32\Drivers\etc\hosts` and add this line:
65+
```text
66+
127.0.0.1 timetracker-dev.ioet.com
67+
```
68+
6269
### Set environment variables
6370
**1**. Using GPG create your key by running this command in your favourite command shell: `gpg --generate-key`.
6471

0 commit comments

Comments
 (0)