-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(net-api): prod 환경에서 발생하는 error 로그를 디스코드로 전송
- Loading branch information
1 parent
5d2af31
commit 17d87e2
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
spring: | ||
application: | ||
name: WhozIn-Network | ||
#@PropertySource는 스프링 컨텍스트가 초기화된 이후 처리되기 때문에 여기서 env를 미리 로드 | ||
config: | ||
import: "classpath:env-network-api.properties" | ||
|
||
profiles: | ||
group: | ||
local: | ||
prod: | ||
active: local | ||
include: log-writer | ||
|
||
logging: | ||
discord: | ||
webhook-url: ${DISCORD_WEBHOOK_URL} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters