mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 08:40:43 +00:00
16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"id": "nextcloud-talk",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["nextcloud-talk"],
|
|
"channelEnvVars": {
|
|
"nextcloud-talk": ["NEXTCLOUD_TALK_BOT_SECRET", "NEXTCLOUD_TALK_API_PASSWORD"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|