Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: TTA-180 updating README.md
  • Loading branch information
Rodrigo Lins committed Oct 14, 2022
commit 97cffc002497bcb6cb0618f3662e121fcebd6f12
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ In project path, open your favourite command line and run `npm install` in order

# Prepare your environment

### **Local DNS Configuration**

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:
```text
127.0.0.1 timetracker-dev.ioet.com
```

### Set environment variables
**1**. Using GPG create your key by running this command in your favourite command shell: `gpg --generate-key`.

Expand Down