Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoon0221 authored Nov 23, 2024
1 parent 984b679 commit 4fcfc5f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ spring:
expiration-time: 3600000
refresh-token:
expiration-time: 604800000

spring:
security:
oauth2:
client:
Expand Down Expand Up @@ -45,7 +43,6 @@ spring:
client-name: Naver
authorization-grant-type: authorization_code
redirect-uri: "https://yoonsever.xn--h32bi4v.xn--3e0b707e:443/login/oauth2/code/naver"

provider:
kakao:
authorization-uri: https://kauth.kakao.com/oauth/authorize
Expand All @@ -59,7 +56,6 @@ spring:
user-info-uri: https://openapi.naver.com/v1/nid/me
user-name-attribute: response

spring:
datasource:
url: "${DATABASE_URL}"
username: "${DATABASE_USERNAME}"
Expand Down

0 comments on commit 4fcfc5f

Please sign in to comment.