Skip to content

Commit

Permalink
chore: 운영 환경 스웨거 제외
Browse files Browse the repository at this point in the history
  • Loading branch information
tfer2442 committed Sep 8, 2024
1 parent c19bd70 commit 1f8d514
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
version = "1.0")

)
@Profile("dev")
@Configuration
public class SwaggerConfig {
private static final String BEARER_TOKEN_PREFIX = "Bearer";
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/application-prod.properties

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
spring.profiles.include=db, jwt, aws, prod
spring.profiles.include=db, jwt, aws

0 comments on commit 1f8d514

Please sign in to comment.