first commit

This commit is contained in:
2026-03-26 08:17:49 +03:30
commit 0fb6597e55
8 changed files with 2191 additions and 0 deletions

9
.env Normal file
View File

@@ -0,0 +1,9 @@
CDN_UPLOAD_URL=http://localhost:4000/upload
CDN_SERVICE_TOKEN=5075761248974997bf50fdf2a136e2d27320c15358d59ab09e37438b3ee7f08e1d15770a114a8774bf90e14189560832
CDN_PUBLIC_BASE=http://localhost:4000
CDN_WEBHOOK_SECRET=webhook-secret
MAX_PROFILE_SIZE=2097152 # 2MB
MAX_DOCUMENT_SIZE=10485760 # 10MB
ALLOWED_PROFILE_TYPES=["image/jpeg","image/png","image/webp"]
ALLOWED_DOCUMENT_TYPES=["application/pdf","application/zip","application/dicom","application/octet-stream"]
PORT=4000