Skip to content

Commit

Permalink
docs: fix paths in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Nov 20, 2023
1 parent edcdf60 commit d414449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/building-and-running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ LETSGO_WEB_URL=http://localhost:3000
LETSGO_API_URL=http://localhost:3001
LETSGO_LOCAL_QUEUE_URL=http://localhost:3002
EOF
cp apps/api/.env /apps/worker/.env
cp apps/api/.env /apps/web/.env.local
cp apps/api/.env apps/worker/.env
cp apps/api/.env apps/web/.env.local
```

Later on, when you integrate Auth0 and Stripe into your app, you will add to those local configuration files. But for now, the configuration above is sufficient.
Expand Down

0 comments on commit d414449

Please sign in to comment.