We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f8fed commit 794cdfcCopy full SHA for 794cdfc
1 file changed
src/main/resources/application.yml
@@ -16,13 +16,23 @@ spring:
16
driver-class-name: com.mysql.cj.jdbc.Driver
17
jpa:
18
hibernate:
19
- ddl-auto: create
+ ddl-auto: update
20
properties:
21
22
show_sql: false
23
format_sql: false
24
default_batch_fetch_size: 100
25
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
36
logging:
37
level:
38
root: info
0 commit comments