File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,10 @@ jobs:
111111 -p 9292:9292 \
112112 -p 3100:3100 \
113113 -e SPRING_PROFILES_ACTIVE=dev \
114- -e AWS_REDIS_HOST=${{ secrets.DEV_REDIS_HOST }} \
115- -e AWS_REDIS_PORT=${{ secrets.DEV_REDIS_PORT }} \
114+ -e SPRING_SERVLET_MULTIPART_MAX-FILE-SIZE=30MB \
115+ -e SPRING_SERVLET_MULTIPART_MAX-REQUEST-SIZE=30MB \
116+ -e AWS_REDIS_HOST=${{ secrets.DEV_REDIS_HOST }} \
117+ -e AWS_REDIS_PORT=${{ secrets.DEV_REDIS_PORT }} \
116118 -e SPRING_DATASOURCE_URL=${{ secrets.DEV_DB_URL }} \
117119 -e SPRING_DATASOURCE_USERNAME=${{ secrets.DEV_DB_USERNAME }} \
118120 -e SPRING_DATASOURCE_PASSWORD=${{ secrets.DEV_DB_PASSWORD }} \
Original file line number Diff line number Diff line change 4848 -p 9292:9292 \
4949 -p 3100:3100 \
5050 -e SPRING_PROFILES_ACTIVE=prod \
51+ -e SPRING_SERVLET_MULTIPART_MAX-FILE-SIZE=30MB \
52+ -e SPRING_SERVLET_MULTIPART_MAX-REQUEST-SIZE=30MB \
5153 -e AWS_REDIS_HOST=${{ secrets.PROD_REDIS_HOST }} \
5254 -e AWS_REDIS_PORT=${{ secrets.PROD_REDIS_PORT }} \
5355 -e SPRING_DATASOURCE_URL=${{ secrets.PROD_DB_URL }} \
You can’t perform that action at this time.
0 commit comments