Skip to content

Commit

Permalink
hotfix: Basic Auth 환경변수 속성 이름 수정 (#260)
Browse files Browse the repository at this point in the history
* fix: 환경변수 속성 이름 오타 수정

* refactor: Basic Auth 환경변수 이름 재수정
  • Loading branch information
uwoobeat authored Mar 5, 2024
1 parent 96234ad commit 23e9e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jwt:
issuer: ${JWT_ISSUER:}

auth:
username: ${SWAGGER_USER:default}
password: ${SWAGGER_PASSWORD:default}
username: ${BASIC_AUTH_USERNAME:default}
password: ${BASIC_AUTH_PASSWORD:default}

0 comments on commit 23e9e3a

Please sign in to comment.