Files
openclaw/extensions/mattermost/openclaw.plugin.json
2026-04-28 04:33:47 +01:00

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": {}
}
}