mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 20:06:10 +02:00
13 lines
238 B
JSON
13 lines
238 B
JSON
{
|
|
"id": "line",
|
|
"channels": ["line"],
|
|
"channelEnvVars": {
|
|
"line": ["LINE_CHANNEL_ACCESS_TOKEN", "LINE_CHANNEL_SECRET"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|