mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-31 03:43:57 +08:00
Update config.yaml
This commit is contained in:
@@ -3,9 +3,6 @@ server:
|
|||||||
# 服务器监听地址和端口(Server listening address and port)
|
# 服务器监听地址和端口(Server listening address and port)
|
||||||
ip: 0.0.0.0
|
ip: 0.0.0.0
|
||||||
port: 8000
|
port: 8000
|
||||||
# 服务器是否只接受来自esp32-小智的连接,为了安全起见,建议设置为true
|
|
||||||
# Whether the server only accepts connections from ESP32-Ash is recommended to be set to true for security purposes
|
|
||||||
only_esp32_xiaozhi_connect: true
|
|
||||||
# 认证配置
|
# 认证配置
|
||||||
auth:
|
auth:
|
||||||
enabled: true # 是否启用认证
|
enabled: true # 是否启用认证
|
||||||
|
|||||||
Reference in New Issue
Block a user