docs: use dotenv instead of env (#6883)

This commit is contained in:
Taesu
2025-12-20 02:03:46 +09:00
committed by github-actions[bot]
parent 8f22ecfd04
commit 1a2c570cbe

View File

@@ -52,7 +52,7 @@ description: Google provider setup and usage.
**Option 1: Environment Variable (Recommended)**
Add to your `.env` file:
```env
```dotenv
BETTER_AUTH_URL=https://your-domain.com
```