mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 09:30:43 +00:00
16 lines
292 B
JSON
16 lines
292 B
JSON
{
|
|
"id": "mattermost",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["mattermost"],
|
|
"channelEnvVars": {
|
|
"mattermost": ["MATTERMOST_BOT_TOKEN", "MATTERMOST_URL"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|