Docs: scrub personal phone example
parent
2abc51789e
commit
fdc0b283d7
|
|
@ -7,7 +7,7 @@ CLAWDIS uses a JSON configuration file at `~/.clawdis/clawdis.json`.
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"inbound": {
|
"inbound": {
|
||||||
"allowFrom": ["+436769770569"],
|
"allowFrom": ["+15551234567"],
|
||||||
"reply": {
|
"reply": {
|
||||||
"mode": "command",
|
"mode": "command",
|
||||||
"command": ["tau", "{{Body}}"]
|
"command": ["tau", "{{Body}}"]
|
||||||
|
|
@ -26,7 +26,7 @@ CLAWDIS uses a JSON configuration file at `~/.clawdis/clawdis.json`.
|
||||||
},
|
},
|
||||||
"inbound": {
|
"inbound": {
|
||||||
"allowFrom": [
|
"allowFrom": [
|
||||||
"+436769770569",
|
"+15551234567",
|
||||||
"+447511247203"
|
"+447511247203"
|
||||||
],
|
],
|
||||||
"groupChat": {
|
"groupChat": {
|
||||||
|
|
@ -80,7 +80,7 @@ CLAWDIS uses a JSON configuration file at `~/.clawdis/clawdis.json`.
|
||||||
Array of E.164 phone numbers allowed to trigger the AI. Use `["*"]` to allow everyone (dangerous!).
|
Array of E.164 phone numbers allowed to trigger the AI. Use `["*"]` to allow everyone (dangerous!).
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"allowFrom": ["+436769770569", "+447511247203"]
|
"allowFrom": ["+15551234567", "+447511247203"]
|
||||||
```
|
```
|
||||||
|
|
||||||
### `inbound.groupChat`
|
### `inbound.groupChat`
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ This is social engineering 101. Create distrust, encourage snooping.
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"inbound": {
|
"inbound": {
|
||||||
"allowFrom": ["+436769770569"]
|
"allowFrom": ["+15551234567"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue