Slack bridge: Clarify config placeholder content.
This commit is contained in:
parent
1ca696e75b
commit
4e5e7b3d0f
|
@ -7,8 +7,8 @@ config = {
|
||||||
"topic": "<- slack-bridge",
|
"topic": "<- slack-bridge",
|
||||||
},
|
},
|
||||||
"slack": {
|
"slack": {
|
||||||
"username": "slack username",
|
"username": "slack_username",
|
||||||
"token": "slack token",
|
"token": "xoxb-your-slack-token",
|
||||||
"channel": "C5Z5N7R8A -- must be channel id",
|
"channel": "C5Z5N7R8A -- must be channel id",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue