mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-26 09:03:54 +08:00
16 lines
251 B
JSON
16 lines
251 B
JSON
{
|
|
"production": {
|
|
"chat_servers": [
|
|
"ws://example:8080"
|
|
]
|
|
},
|
|
"development": {
|
|
"chat_servers": [
|
|
"ws://example:8180"
|
|
],
|
|
"mac_addresss": [
|
|
]
|
|
},
|
|
"debug": false
|
|
}
|