init: ops-assistant codebase

This commit is contained in:
OpenClaw Agent
2026-03-19 21:23:28 +08:00
commit 81deba4766
94 changed files with 10767 additions and 0 deletions

26
config.yaml.example Normal file
View File

@@ -0,0 +1,26 @@
server:
port: 9621
key: "your-secret-key-change-me"
database:
path: "./xiaji.db"
admin:
username: "admin"
password: "your_password"
telegram:
enabled: true
token: "YOUR_TELEGRAM_BOT_TOKEN"
qqbot:
enabled: false
appid: "YOUR_QQ_BOT_APPID"
secret: "YOUR_QQ_BOT_SECRET"
feishu:
enabled: false
app_id: "YOUR_FEISHU_APP_ID"
app_secret: "YOUR_FEISHU_APP_SECRET"
verification_token: "YOUR_FEISHU_VERIFICATION_TOKEN"
encrypt_key: "YOUR_FEISHU_ENCRYPT_KEY"