Skip to content

Commit ec8a76c

Browse files
authored
chore: dev 프로필에 슬랙 연동 설정 추가 (#126)
1 parent ab26bc9 commit ec8a76c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/application-dev.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ cloud:
4141
stack:
4242
auto: false
4343

44+
logging:
45+
slack:
46+
webhook-uri: ${SLACK_WEBHOOK_URI}
47+
config: classpath:logback-spring.xml
48+
4449
jwt:
4550
secretKey: ${TOKEN_SECRET}
4651
accessTokenExpiration: 43200000 #12시간

0 commit comments

Comments
 (0)