Skip to content

Commit

Permalink
fix: application.yaml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JuneParkCode committed Aug 29, 2024
1 parent 86c20c6 commit 103e6d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spring:
password: ${MYSQL_PASSWORD}
sql:
init:
mode: always # schema.sql 실행시 always 키고 실행하시면 됩니다.
mode: never # schema.sql 실행시 always 키고 실행하시면 됩니다.
jpa:
hibernate:
ddl-auto: none
Expand Down Expand Up @@ -118,7 +118,7 @@ spring:
naver:
client-id: ${NAVER_CLIENT_ID}
client-secret: ${NAVER_CLIENT_SECRET}
redirect_uri: https://talkka-bus.duckdns.org/api/auth/login/naver/code
redirect_uri: https://bus.photogrammer.me/api/auth/login/naver/code
client-name: Naver
authorization-grant-type: authorization_code
scope:
Expand All @@ -132,4 +132,4 @@ spring:
user-name-attribute: response

base:
url: https://talkka-bus.duckdns.org
url: https://bus.photogrammer.me

0 comments on commit 103e6d4

Please sign in to comment.