Initial commit: waitlist microservice
Some checks failed
Test & Deploy Waitlist / test (push) Failing after 44s
Test & Deploy Waitlist / deploy (push) Has been skipped

This commit is contained in:
Roberto Musso
2026-04-11 10:35:53 +02:00
commit 4b2fefcf92
22 changed files with 841 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Database
DATABASE_URL=postgresql+asyncpg://waitlist:changeme@localhost:5432/waitlist_db
# CORS — comma-separated allowed origins
ALLOWED_ORIGINS=https://adiuvai.com,https://www.adiuvai.com
# Rate limiting
RATE_LIMIT_PER_MINUTE=5
# Set to "production" in prod to enforce strict origin checks
ENVIRONMENT=development