File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ openclaw gateway
133133DISCORD_BOT_TOKEN=...
134134```
135135
136+ SecretRef values are also supported for `channels.discord.token` (env/file/exec providers). See [Secrets Management](/gateway/secrets).
137+
136138 </Tab>
137139 </Tabs>
138140
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ Use this when auditing access or deciding what to back up:
200200
201201- ** WhatsApp** : ` ~/.openclaw/credentials/whatsapp/<accountId>/creds.json `
202202- ** Telegram bot token** : config/env or ` channels.telegram.tokenFile `
203- - ** Discord bot token** : config/env (token file not yet supported )
203+ - ** Discord bot token** : config/env or SecretRef (env/ file/exec providers )
204204- ** Slack tokens** : config/env (` channels.slack.* ` )
205205- ** Pairing allowlists** :
206206 - ` ~/.openclaw/credentials/<channel>-allowFrom.json ` (default account)
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Use this when debugging auth or deciding what to back up:
128128
129129- ** WhatsApp** : ` ~/.openclaw/credentials/whatsapp/<accountId>/creds.json `
130130- ** Telegram bot token** : config/env or ` channels.telegram.tokenFile `
131- - ** Discord bot token** : config/env (token file not yet supported )
131+ - ** Discord bot token** : config/env or SecretRef (env/ file/exec providers )
132132- ** Slack tokens** : config/env (` channels.slack.* ` )
133133- ** Pairing allowlists** :
134134 - ` ~/.openclaw/credentials/<channel>-allowFrom.json ` (default account)
You can’t perform that action at this time.
0 commit comments