mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-14 03:33:43 +08:00
Full-stack AI assistant built on Spring AI Alibaba. Features: ReAct Agent, Plan-and-Execute, MCP Protocol, Multi-Model, Multi-Channel. Apache-2.0 License
18 lines
479 B
Plaintext
18 lines
479 B
Plaintext
# MateClaw 环境变量配置
|
||
# 复制此文件为 .env 并填写实际值
|
||
|
||
# 阿里云 DashScope API Key(必填)
|
||
# 申请地址:https://dashscope.aliyun.com/
|
||
DASHSCOPE_API_KEY=your-dashscope-api-key-here
|
||
|
||
# Serper 网页搜索 API Key(可选,用于 WebSearch 工具)
|
||
# 申请地址:https://serper.dev/
|
||
SERPER_API_KEY=
|
||
|
||
# 数据库配置(Docker 部署时无需修改)
|
||
DB_HOST=localhost
|
||
DB_PORT=3306
|
||
DB_NAME=mateclaw
|
||
DB_USERNAME=mateclaw
|
||
DB_PASSWORD=mateclaw123
|