Skip to content

Commit

Permalink
slack(article): send message when article is fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefulBrown committed May 28, 2024
1 parent 01451da commit d0135a5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
4 changes: 0 additions & 4 deletions backend/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ spring:
manager:
role: GUEST

slack:
article:
token: token
channel: channel
4 changes: 0 additions & 4 deletions backend/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ elasticsearch:
manager:
role: GUEST

slack:
article:
token: token
channel: channel
4 changes: 2 additions & 2 deletions backend/src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ manager:

slack:
article:
token: token
channel: channel
token: test_token
channel: test_channel
4 changes: 0 additions & 4 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,3 @@ elasticsearch:
manager:
role: COACH

slack:
article:
token: token
channel: channel

0 comments on commit d0135a5

Please sign in to comment.