Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ spring:
ddl-auto: validate
properties:
hibernate:
format_sql: false # 프로덕션에서는 false 권장
show_sql: false # 프로덕션에서는 false 권장
format_sql: false
show_sql: false
open-in-view: false

security:
Expand All @@ -28,6 +28,7 @@ spring:
kakao:
client-id: ${KAKAO_CLIENT_ID}
client-secret: ${KAKAO_CLIENT_SECRET}
client-authentication-method: post
scope: profile_nickname, profile_image, account_email
client-name: Kakao
authorization-grant-type: authorization_code
Expand Down