Skip to content

Commit 24f4aa5

Browse files
author
hodoon
committed
Merge branch 'hotfix/test-application' into develop
2 parents 4fe0628 + b927457 commit 24f4aa5

1 file changed

Lines changed: 30 additions & 1 deletion

File tree

src/test/resources/application.yml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
2345
kakao:
2446
client-id: dummy
2547
redirect-uri: http://localhost:8080/auth/oauth/kakao/callback
@@ -31,6 +53,7 @@ jwt:
3153
expiration:
3254
access: 3600000
3355
refresh: 1209600000
56+
3457
management:
3558
endpoints:
3659
web:
@@ -41,4 +64,10 @@ management:
4164
show-details: never
4265
fss:
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 충돌 방지

0 commit comments

Comments
 (0)