Skip to content

Commit

Permalink
Added properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
dashrath-chauhan committed Nov 20, 2024
1 parent bfa71b7 commit 97dafe1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ COPY build.gradle build.gradle
COPY gradlew gradlew
COPY settings.gradle settings.gradle
COPY src src
COPY src/main/resources/application.yml /app/application.yml

RUN gradle wrapper

Expand Down
8 changes: 8 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
spring:
servlet:
multipart:
max-file-size: 100MB
max-request-size: 100MB
logging:
level:
root: DEBUG

0 comments on commit 97dafe1

Please sign in to comment.