Redact phone number from example config
parent
f0a5cdc6e4
commit
5bc151fdca
|
|
@ -54,7 +54,7 @@ This is the actual config running on @steipete's Mac (`~/.warelay/warelay.json`)
|
||||||
{
|
{
|
||||||
logging: { level: "trace", file: "/tmp/warelay/warelay.log" },
|
logging: { level: "trace", file: "/tmp/warelay/warelay.log" },
|
||||||
inbound: {
|
inbound: {
|
||||||
allowFrom: ["***REMOVED***"], // your phone number
|
allowFrom: ["+1234567890"], // your phone number
|
||||||
reply: {
|
reply: {
|
||||||
mode: "command",
|
mode: "command",
|
||||||
cwd: "/Users/steipete/clawd", // Clawd's home - give your AI a workspace!
|
cwd: "/Users/steipete/clawd", // Clawd's home - give your AI a workspace!
|
||||||
|
|
@ -134,7 +134,7 @@ Set to `0` to disable heartbeats entirely.
|
||||||
|
|
||||||
Test it anytime:
|
Test it anytime:
|
||||||
```sh
|
```sh
|
||||||
warelay heartbeat --provider web --to ***REMOVED*** --verbose
|
warelay heartbeat --provider web --to +1234567890 --verbose
|
||||||
```
|
```
|
||||||
|
|
||||||
## How Messages Flow
|
## How Messages Flow
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue