rebrand to useSend (#210)

This commit is contained in:
KM Koushik
2025-09-03 08:21:55 +10:00
committed by GitHub
parent b1a59d2705
commit 07c53d3f58
219 changed files with 1349 additions and 2835 deletions

View File

@@ -1,4 +1,4 @@
DATABASE_URL="postgresql://unsend:password@localhost:54320/unsend"
DATABASE_URL="postgresql://usesend:password@localhost:54320/usesend"
REDIS_URL="redis://localhost:6379"
@@ -17,7 +17,7 @@ AWS_SNS_ENDPOINT="http://localhost:3003/api/sns"
NEXTAUTH_SECRET=""
FROM_EMAIL="hello@unsend.dev"
FROM_EMAIL="hello@usesend.com"
API_RATE_LIMIT=2