Skip to content

Commit 794cdfc

Browse files
committed
[REFACTOR] application.yml 수정
1 parent 65f8fed commit 794cdfc

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/main/resources/application.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,23 @@ spring:
1616
driver-class-name: com.mysql.cj.jdbc.Driver
1717
jpa:
1818
hibernate:
19-
ddl-auto: create
19+
ddl-auto: update
2020
properties:
2121
hibernate:
2222
show_sql: false
2323
format_sql: false
2424
default_batch_fetch_size: 100
2525

26+
jwt:
27+
secret: B0Oij3XXQIgG4Yzv3yqE4QArmq88n8HRFOwVBCHPLjI=
28+
access-token-expiration: 3600000 # 1시간
29+
refresh-token-expiration: 1209600000 # 14일
30+
31+
kakao:
32+
client-id: 67d0afa7117aef6c44604c43f9552e58
33+
redirect-uri: http://localhost:8080/auth/kakao/callback
34+
response-type: code
35+
2636
logging:
2737
level:
2838
root: info

0 commit comments

Comments
 (0)