Files
swarm-master/openclaw/secrets.json
William Valentin 5900a51f3d Include all credentials and runtime config
Remove secret exclusions from .gitignore (local-only repo).
Add openclaw runtime state: credentials, identity, devices,
hooks, telegram, secrets, agent configs.
Exclude noisy/binary data: sessions, sqlite, media, temp files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 12:20:33 -07:00

74 lines
1.5 KiB
JSON

{
"channels": {
"telegram": {
"botToken": "8792219052:AAEoMdIf3S-cnuMHU0uZ_cI32mBzRCenInY"
}
},
"models": {
"providers": {
"litellm": {
"apiKey": "sk-3oxoovwm69RyWRREGPJfDQ"
},
"liteproxy": {
"apiKey": "sk-3oxoovwm69RyWRREGPJfDQ"
}
}
},
"tools": {
"web": {
"search": {
"apiKey": "BSAgLuWVVMnrGvobOt7pDQjmVJ5u380"
}
}
},
"messages": {
"tts": {
"openai": {
"apiKey": "local-kokoro"
}
}
},
"authProfiles": {
"claude": {
"litellm:default": {
"key": "sk-3oxoovwm69RyWRREGPJfDQ"
},
"github-copilot:github": {
"token": "ghu_IA8psLq1iC0lIBbeDONisMC3MvxFQZ3K3jXV"
}
},
"codex": {
"litellm:default": {
"key": "sk-3oxoovwm69RyWRREGPJfDQ"
},
"github-copilot:github": {
"token": "ghu_IA8psLq1iC0lIBbeDONisMC3MvxFQZ3K3jXV"
}
},
"copilot": {
"litellm:default": {
"key": "sk-3oxoovwm69RyWRREGPJfDQ"
},
"github-copilot:github": {
"token": "ghu_IA8psLq1iC0lIBbeDONisMC3MvxFQZ3K3jXV"
}
},
"main": {
"litellm:default": {
"key": "sk-3oxoovwm69RyWRREGPJfDQ"
},
"github-copilot:github": {
"token": "ghu_IA8psLq1iC0lIBbeDONisMC3MvxFQZ3K3jXV"
}
},
"opencode": {
"litellm:default": {
"key": "sk-3oxoovwm69RyWRREGPJfDQ"
},
"github-copilot:github": {
"token": "ghu_IA8psLq1iC0lIBbeDONisMC3MvxFQZ3K3jXV"
}
}
}
}