Skip to content

Commit

Permalink
feat: Swagger 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Sep 28, 2024
1 parent 4b29621 commit 537242a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ server:
enabled: true
key-store: classpath:keystore.p12
key-store-password: ${KEYSTORE_PASSWORD}
key-store-type: PKCS12
key-store-type: PKCS12
springdoc:
swagger-ui:
enabled: false
api-docs:
enabled: false

0 comments on commit 537242a

Please sign in to comment.