首次推出xiaozhi-esp32-server-mini、xiaozhi-esp32-server、xiaozhi-esp32-webui;

This commit is contained in:
waxgourd
2025-04-24 20:01:52 +08:00
parent 3d99d2296d
commit 065e754376
26 changed files with 907 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
---
configuration:
mysql_host:
name: "MySQL主机"
description: "MySQL/MariaDB数据库主机地址"
mysql_port:
name: "MySQL端口"
description: "MySQL/MariaDB数据库端口默认: 3306"
mysql_database:
name: "MySQL数据库名"
description: "要使用的数据库名称"
mysql_username:
name: "MySQL用户名"
description: "数据库认证用户名"
mysql_password:
name: "MySQL密码"
description: "数据库认证密码"
redis_host:
name: "Redis主机"
description: "Redis服务器主机地址"
redis_port:
name: "Redis端口"
description: "Redis服务器端口默认: 6379"
timezone:
name: "时区"
description: "设置服务器时区"
network:
8002/tcp: "Web管理界面端口"