File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,28 @@ spring:
2020 properties :
2121 hibernate :
2222 format_sql : true
23+ mail :
24+ host : smtp.gmail.com
25+ port : 5678
26+ username : test@gmail.com
27+ password : testpassword
28+ properties :
29+ mail :
30+ smtp :
31+ auth : true
32+ starttls :
33+ enable : true
34+ required : true
35+ connetiontimeout : 5000
36+ time : 5000
37+ writetimeout : 5000
38+
39+ codef :
40+ client-id : test-codef-client-id
41+ client-secret : test-codef-client-secret
42+ public-key : test-codef-public-key
43+ api-url : https://development.codef.io
44+
2345kakao :
2446 client-id : dummy
2547 redirect-uri : http://localhost:8080/auth/oauth/kakao/callback
3153 expiration :
3254 access : 3600000
3355 refresh : 1209600000
56+
3457management :
3558 endpoints :
3659 web :
@@ -41,4 +64,10 @@ management:
4164 show-details : never
4265fss :
4366 base-url : https://finlife.fss.or.kr/finlifeapi
44- auth-key : dummy
67+ auth-key : dummy
68+
69+ springdoc :
70+ swagger-ui :
71+ path : /swagger-ui.html
72+ querydsl :
73+ enabled : false # 테스트 환경에서 QueryDSL 충돌 방지
You can’t perform that action at this time.
0 commit comments