Skip to content

Commit

Permalink
Merge pull request #95 from PoolC/dev
Browse files Browse the repository at this point in the history
파일 관련 수정
  • Loading branch information
leochoi98 authored May 30, 2024
2 parents 6aeec50 + d77b14d commit 816c729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web-client/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_API_BASE_URL=https://dev.poolc.org/api
VITE_FILE_URL=https://dev.poolc.org/api
VITE_MAX_FILE_SIZE=1000000000
VITE_MAX_FILE_SIZE=50000000 # 50mb
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,5 @@ export const FileSizeAlert = styled.p`
font-size: 0.7rem;
padding: 0;
color: #666;
margin: 0.5rem 0;
margin: 0 0 0.5rem 0;
`;

0 comments on commit 816c729

Please sign in to comment.