Update .env.example
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1b79ec4f20
commit
51623a78d9
+1
-2
@@ -14,8 +14,7 @@ DATABASE_URL="sqlite:///./dmarq.db"
|
|||||||
IMAP_SERVER="mail.example.com" # Required for IMAP polling
|
IMAP_SERVER="mail.example.com" # Required for IMAP polling
|
||||||
IMAP_PORT=993 # Default for SSL
|
IMAP_PORT=993 # Default for SSL
|
||||||
IMAP_USERNAME="dmarc@example.com"
|
IMAP_USERNAME="dmarc@example.com"
|
||||||
IMAP_PASSWORD="your_imap_password"
|
IMAP_PASSWORD="your_imap_password" # Consider using a secrets manager in production
|
||||||
|
|
||||||
# CORS Origins (comma separated)
|
# CORS Origins (comma separated)
|
||||||
BACKEND_CORS_ORIGINS="http://localhost:3000,http://localhost:5173"
|
BACKEND_CORS_ORIGINS="http://localhost:3000,http://localhost:5173"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user