-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
86 changed files
with
10,824 additions
and
76 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
.DS_Store | ||
*.log | ||
venv | ||
venv | ||
certbot | ||
*.tmpl | ||
*.db | ||
.envrc | ||
/.idea/ | ||
config.yml | ||
bin/ | ||
coverage.txt | ||
.env | ||
dashboard/ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Submodule MVStudio-Backend
updated
210 files
Submodule MVStudio-Frontend
updated
34 files
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
global: | ||
resolve_timeout: 5m | ||
|
||
route: | ||
receiver: 'slack-notifications' | ||
group_wait: 10s | ||
group_interval: 10s | ||
repeat_interval: 5m | ||
|
||
receivers: | ||
- name: 'slack-notifications' #알림 이름 | ||
slack_configs: | ||
- api_url: 'https://hooks.slack.com/services/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' #webhook url 추가 | ||
channel: '#team-d' #사용하는 채널 | ||
send_resolved: true |
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
Oops, something went wrong.