We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc01331 commit 9ef4835Copy full SHA for 9ef4835
README.md
@@ -194,7 +194,7 @@ cp .env.example .env
194
# Edit .env with your API URL (default: http://localhost:8000)
195
```
196
197
-The frontend `.env.local` should contain:
+The frontend `.env` should contain:
198
199
```env
200
NEXT_PUBLIC_API_URL=http://localhost:8000
@@ -354,7 +354,7 @@ EMAIL_PROVIDER="sendgrid" # Options: "sendgrid" or "smtp"
354
ENCRYPTION_KEY="your-encryption-key"
355
356
357
-### Frontend Configuration (.env.local file)
+### Frontend Configuration (.env file)
358
359
```bash
360
# API Configuration
0 commit comments