Skip to content

Commit

Permalink
[COZY-431] feat: prod ignore 추가 및 yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eple0329 committed Dec 4, 2024
1 parent acb3510 commit e35600f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ src/test/resources/application.yml
**/.DS_Store

src/main/resources/firebase-service-account.json

src/main/resources/application-prod.yml
2 changes: 1 addition & 1 deletion config
6 changes: 0 additions & 6 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,3 @@ spring:
multipart:
max-request-size: 10MB
max-file-size: 10MB
springdoc:
swagger-ui:
path: /
operations-sorter: method
display-request-duration: true
tags-sorter: alpha

0 comments on commit e35600f

Please sign in to comment.