From 46a8682fbed3dc229ab39e850ae353215eb04d8f Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 26 Jun 2025 12:40:23 +0800 Subject: [PATCH] . --- chatdesk-ui/.env.local.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatdesk-ui/.env.local.example b/chatdesk-ui/.env.local.example index 7cff1a7..ecd0493 100644 --- a/chatdesk-ui/.env.local.example +++ b/chatdesk-ui/.env.local.example @@ -33,4 +33,4 @@ EMAIL_DOMAIN_WHITELIST= EMAIL_WHITELIST= # File size limit for uploads in bytes -NEXT_PUBLIC_USER_FILE_SIZE_LIMIT=10485760 \ No newline at end of file +NEXT_PUBLIC_USER_FILE_SIZE_LIMIT=104857600 \ No newline at end of file