mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 06:13:56 +08:00
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
{
|
|
"production": {
|
|
"chat_servers": [
|
|
"ws://192.168.68.66:8000/xiaozhi/v1/"
|
|
]
|
|
},
|
|
"development": {
|
|
"chat_servers": ["ws://192.168.68.66:8000/xiaozhi/v1/"],
|
|
"mac_addresss": ["d8:43:ae:3e:4b:5a"]
|
|
},
|
|
"debug": false
|
|
}
|