🐐
This commit is contained in:
7
backend/.env.example
Normal file
7
backend/.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
JWT_SECRET_KEY= # generate with: python -c "import secrets; print(secrets.token_hex(32))"
|
||||
DATABASE_URL= # postgresql://user:password@host/dbname
|
||||
RESEND_API_KEY= # from resend.com dashboard
|
||||
EMAIL_FROM= # e.g. noreply@yourdomain.com
|
||||
FRONTEND_URL= # e.g. https://yourdomain.com
|
||||
CORS_ORIGINS= # comma-separated, e.g. https://yourdomain.com
|
||||
WIKIRANK_USER_AGENT= # e.g. WikiTCG/1.0 (you@email.com
|
||||
Reference in New Issue
Block a user