Skip to content

Commit

Permalink
Populate rest of example fields
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Lindhé <[email protected]>
  • Loading branch information
lindhe committed Sep 27, 2023
1 parent 09d5edb commit 9011ca2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/services/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ The Slack notification service configuration includes following settings:
| **Option** | **Required** | **Type** | **Description** | **Example** |
| -------------------- | ------------ | -------------- | --------------- | ----------- |
| `apiURL` | False | `string` | The server URL. | `https://example.com/api` |
| `channels` | False | `list[string]` | | |
| `channels` | False | `list[string]` | | `["my-channel-1", "my-channel-2"]` |
| `icon` | False | `string` | The app icon. | `:robot_face:` or `https://example.com/image.png` |
| `insecureSkipVerify` | False | `bool` | | |
| `sigingSecret` | False | `string` | | |
| `insecureSkipVerify` | False | `bool` | | `true` |
| `sigingSecret` | False | `string` | | `8f742231b10e8888abcd99yyyzzz85a5` |
| `token` | **True** | `string` | The app's OAuth access token. | `xoxb-1234567890-1234567890123-5n38u5ed63fgzqlvuyxvxcx6` |
| `username` | False | `string` | The app username. | |
| `username` | False | `string` | The app username. | `argocd` |

## Configuration

Expand Down

0 comments on commit 9011ca2

Please sign in to comment.