Skip to content

Commit

Permalink
Update README.md (#710)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Albertlarsen authored Jan 31, 2024
1 parent a7523cc commit 81bde44
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,12 @@ To add test data to the app, do the following:
```

- Add the following to your hosts file. Path to file on mac: /private/etc/hosts. Path to file on Windows: c:\Windows\System32\Drivers\etc\hosts.
On mac you need to edit and save hosts-file using nano.

```#Subdomain for accessmanagement
#Subdomain for accessmanagement
127.0.0.1 am.ui.local.altinn.cloud #ipv4
0000:0000:0000:0000:0000:0000:0000:0001 am.ui.local.altinn.cloud #ipv6
#
# Host Database
#
Expand All @@ -140,10 +145,11 @@ To add test data to the app, do the following:
127.0.0.1 localhost #ipv4
0000:0000:0000:0000:0000:0000:0000:0001 localhost #ipv6
255.255.255.255 broadcasthost
# Added by Docker Desktop
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal #ipv4
0000:0000:0000:0000:0000:0000:0000:0001 kubernetes.docker.internal #ipv6
# Added by Docker Desktop
# To allow the same kube context to work on the host and the container:
127.0.0.1 kubernetes.docker.internal
# End of section
```

Expand Down

0 comments on commit 81bde44

Please sign in to comment.