Skip to content

Commit

Permalink
helper domains also added to /etc/hosts in readme for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Jun 25, 2024
1 parent 6b7e839 commit 846a566
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 @@ -152,7 +152,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 846a566

Please sign in to comment.