Skip to content

Commit

Permalink
chore: SWAGGER_VERSION 환경변수 없다면 default로 적용되도록 기본 값 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomo committed Jan 21, 2024
1 parent 0fe3223 commit c7a4411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring:
- security

swagger:
version: ${SWAGGER_VERSION:0.0.1}
version: ${SWAGGER_VERSION:default}
user: ${SWAGGER_USER:default}
password: ${SWAGGER_PASSWORD:default}
springdoc:
Expand Down

0 comments on commit c7a4411

Please sign in to comment.