mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
ce833acbdb
* 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
|
|
}
|
|
}
|
|
}
|