mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 13:01:34 +00:00
* test: integrate upgrade survivor baseline controls * test: gate published upgrade survivor path * test: preserve upgrade survivor fixture contract * test: keep upgrade survivor temp state off overlay
16 lines
239 B
JSON
16 lines
239 B
JSON
{
|
|
"enabled": true,
|
|
"allow": ["discord", "memory", "telegram", "whatsapp"],
|
|
"entries": {
|
|
"discord": {
|
|
"enabled": true
|
|
},
|
|
"telegram": {
|
|
"enabled": true
|
|
},
|
|
"whatsapp": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|