Skip to content

Commit 4d07eaf

Browse files
committed
docs: update README.md
1 parent 9c4b27f commit 4d07eaf

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,16 @@ npm install
9494
# Copy .env.example to .env
9595
cp .env.example .env
9696

97-
# Configure your .env file with:
97+
# Configure your .env file with the required environment variables:
9898
# - Database connection (PostgreSQL)
99-
# - Authentication settings
99+
# - Authentication settings (Better-Auth Secret)
100100
```
101101

102+
⚠️ **Important Notes:**
103+
- If `RESEND_API_KEY` is not set, verification codes for login/signup will be logged to the console.
104+
- You can use these logged codes for testing authentication locally.
105+
- For production environments, you should set up a proper email provider.
106+
102107
3. **Set Up Database**
103108

104109
```bash

0 commit comments

Comments
 (0)