mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 18:23:59 +08:00
mqtt gateway project
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"production": {
|
||||
"chat_servers": [
|
||||
"ws://example:8080"
|
||||
]
|
||||
},
|
||||
"development": {
|
||||
"chat_servers": [
|
||||
"ws://example:8180"
|
||||
],
|
||||
"mac_addresss": [
|
||||
]
|
||||
},
|
||||
"debug": false
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user