Skip to content

Commit

Permalink
Merge pull request #43 from Project-Catcher/chore-dj-minor-fix
Browse files Browse the repository at this point in the history
swagger 개발환경에서 작동 테스트
  • Loading branch information
pingu9 authored Dec 4, 2023
2 parents cb6b9e6 + eb123fa commit 3c703d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,4 @@ spring.mail.properties.mail.smtp.starttls.required=true
spring.mail.properties.mail.smtp.connectiontimeout=5000
spring.mail.properties.mail.smtp.timeout=5000
spring.mail.properties.mail.smtp.writetimeout=5000
auth-code-expiration-millis=1800000

### swagger
springdoc.api-docs.path=/core/v3/api-docs
auth-code-expiration-millis=1800000
5 changes: 1 addition & 4 deletions src/main/resources/application-prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,4 @@ spring.mail.properties.mail.smtp.starttls.required=true
spring.mail.properties.mail.smtp.connectiontimeout=5000
spring.mail.properties.mail.smtp.timeout=5000
spring.mail.properties.mail.smtp.writetimeout=5000
auth-code-expiration-millis=1800000

### swagger
springdoc.api-docs.path=/core/v3/api-docs
auth-code-expiration-millis=1800000

0 comments on commit 3c703d3

Please sign in to comment.