init: ops-assistant codebase
This commit is contained in:
26
config.yaml.example
Normal file
26
config.yaml.example
Normal 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"
|
||||
Reference in New Issue
Block a user