Skip to content

Commit

Permalink
chore: yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gywns0417 committed Dec 26, 2024
1 parent e89f04f commit 54aa915
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring:
jpa:
hibernate:
ddl-auto: create
ddl-auto: update
properties:
hibernate:
format_sql: true
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ spring:
access-expiration-time: 36000000 # 10시간
refresh-expiration-time: 604800000 # 7일

naver:
client-id: ${X_NCP_APIGW_API_KEY_ID}
client-secret: ${X_NCP_APIGW_API_KEY}

logging:
level:
org.hibernate.SQL: debug

0 comments on commit 54aa915

Please sign in to comment.