first commit
This commit is contained in:
9
.env
Normal file
9
.env
Normal 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
|
||||
Reference in New Issue
Block a user