Skip to content

Commit

Permalink
helper domains also added to /etc/hosts in readme for local dev (#61)
Browse files Browse the repository at this point in the history
* helper domains also added to /etc/hosts in readme for local dev

* Update README.md
  • Loading branch information
eriktaubeneck authored Jun 25, 2024
1 parent cddecdf commit fae43d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ NEXT_PUBLIC_SUPABASE_ANON_KEY="<ANON_KEY>"
**Add local draft.test domain to `/etc/hosts`:**

```
echo "#draft local domains\n127.0.0.1 draft.test\n127.0.0.1 sidecar0.draft.test\n127.0.0.1 sidecar1.draft.test\n127.0.0.1 sidecar2.draft.test\n127.0.0.1 sidecar3.draft.test" | sudo tee -a /etc/hosts
echo "#draft local domains\n127.0.0.1 draft.test\n127.0.0.1 sidecar0.draft.test\n127.0.0.1 sidecar1.draft.test\n127.0.0.1 sidecar2.draft.test\n127.0.0.1 sidecar3.draft.test \n127.0.0.1 helper1.draft.test\n127.0.0.1 helper2.draft.test\n127.0.0.1 helper3.draft.test" | sudo tee -a /etc/hosts
```

**make local certs**
Expand Down

0 comments on commit fae43d4

Please sign in to comment.