Skip to content

Commit

Permalink
Feat: cd를 위한 openapi url,key 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhyun1 committed Dec 26, 2023
1 parent 5c6e026 commit 6fbde10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ springdoc:
try-it-out-enabled: false

open-api:
url: ${secrets.OPEN_API_URL}
key: ${secrets.OPEN_API_KEY}
url: ${OPEN_API_URL}
key: ${OPEN_API_KEY}

0 comments on commit 6fbde10

Please sign in to comment.