Skip to content

Commit 9ef4835

Browse files
committed
docs(readme): update frontend configuration section to reflect correct .env file name
1 parent dc01331 commit 9ef4835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ cp .env.example .env
194194
# Edit .env with your API URL (default: http://localhost:8000)
195195
```
196196

197-
The frontend `.env.local` should contain:
197+
The frontend `.env` should contain:
198198

199199
```env
200200
NEXT_PUBLIC_API_URL=http://localhost:8000
@@ -354,7 +354,7 @@ EMAIL_PROVIDER="sendgrid" # Options: "sendgrid" or "smtp"
354354
ENCRYPTION_KEY="your-encryption-key"
355355
```
356356

357-
### Frontend Configuration (.env.local file)
357+
### Frontend Configuration (.env file)
358358

359359
```bash
360360
# API Configuration

0 commit comments

Comments
 (0)