Skip to content

Commit

Permalink
build: adjust environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jobson-almeida committed Feb 29, 2024
2 parents a3d8c67 + f1bd643 commit 316e16e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ npm install
### Criação do arquivo .env.local com url base

```dosini
API_URL_BASE=http://localhost:8000
APP_BASE_URL=http://localhost:3000
API_BASE_URL=http://localhost:8000
```

 
Expand All @@ -103,4 +104,4 @@ npm run dev

---

developed by Jobson Almeida
developed by Jobson Almeida

0 comments on commit 316e16e

Please sign in to comment.