Skip to content

Commit

Permalink
refactor: clean up configs
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jul 14, 2024
1 parent 686b5d1 commit 72efd3b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion api-gateway/src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ springdoc:
urls[0]:
name: "유저 서비스"
url: https://gateway-dev.mafoo.kr/user/v3/api-docs

urls[1]:
name: "사진 서비스"
url: https://gateway-dev.mafoo.kr/photo/v3/api-docs
1 change: 1 addition & 0 deletions photo-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spring:
enabled: true
user: ${MYSQL_USERNAME}
password: ${MYSQL_PASSWORD}

app:
gateway:
endpoint: https://gateway.mafoo.kr
Expand Down
2 changes: 1 addition & 1 deletion user-service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ app:
oauth:
kakao:
client-id: ${KAKAO_CLIENT_ID}
redirect-uri: ${KAKAO_REDIRECT_URL}
client-secret: ${KAKAO_CLIENT_SECRET}
redirect-uri: ${KAKAO_REDIRECT_URL}
jwt:
verify-key: ${JWT_VERIFY_KEY}
expiration:
Expand Down

0 comments on commit 72efd3b

Please sign in to comment.