mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:20:43 +00:00
16 lines
317 B
JSON
16 lines
317 B
JSON
{
|
|
"id": "googlechat",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["googlechat"],
|
|
"channelEnvVars": {
|
|
"googlechat": ["GOOGLE_CHAT_SERVICE_ACCOUNT", "GOOGLE_CHAT_SERVICE_ACCOUNT_FILE"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|