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>
This commit is contained in:
73
openclaw/secrets.json
Normal file
73
openclaw/secrets.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user