mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 23:59:33 +00:00
17 lines
344 B
JSON
17 lines
344 B
JSON
{
|
|
"id": "mattermost",
|
|
"icon": "https://cdn.simpleicons.org/mattermost",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["mattermost"],
|
|
"channelEnvVars": {
|
|
"mattermost": ["MATTERMOST_BOT_TOKEN", "MATTERMOST_URL"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|