We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4b27f commit 4d07eafCopy full SHA for 4d07eaf
README.md
@@ -94,11 +94,16 @@ npm install
94
# Copy .env.example to .env
95
cp .env.example .env
96
97
-# Configure your .env file with:
+# Configure your .env file with the required environment variables:
98
# - Database connection (PostgreSQL)
99
-# - Authentication settings
+# - Authentication settings (Better-Auth Secret)
100
```
101
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
+
107
3. **Set Up Database**
108
109
```bash
0 commit comments