Skip to content

Commit

Permalink
Add missing vars from .env in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
WalissonPires committed Sep 17, 2024
1 parent 0300d86 commit a7d5aaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ COOKIE_PRIVATE_KEY="my-cookie-private-key-0123456789"

NEXT_PUBLIC_SEND_MESSAGE_API_URL="http://localhost:3000/"
NEXT_PUBLIC_SEND_MESSAGE_API_TOKEN="Bearer ACCESS_TOKEN"
SEND_MESSAGE_API_URL="http://localhost:3000/"
SEND_MESSAGE_API_TOKEN="Bearer ACCESS_TOKEN"
```

Aplique as migrações:
Expand Down

0 comments on commit a7d5aaf

Please sign in to comment.