docs(readme): update frontend configuration section to reflect correct .env file name

This commit is contained in:
Davidson Gomes 2025-05-24 10:34:30 -03:00
parent dc01331696
commit 9ef4835344

View File

@ -194,7 +194,7 @@ cp .env.example .env
# Edit .env with your API URL (default: http://localhost:8000) # Edit .env with your API URL (default: http://localhost:8000)
``` ```
The frontend `.env.local` should contain: The frontend `.env` should contain:
```env ```env
NEXT_PUBLIC_API_URL=http://localhost:8000 NEXT_PUBLIC_API_URL=http://localhost:8000
@ -354,7 +354,7 @@ EMAIL_PROVIDER="sendgrid" # Options: "sendgrid" or "smtp"
ENCRYPTION_KEY="your-encryption-key" ENCRYPTION_KEY="your-encryption-key"
``` ```
### Frontend Configuration (.env.local file) ### Frontend Configuration (.env file)
```bash ```bash
# API Configuration # API Configuration