Files
weiyu/deploy/server/chat/config.json

7 lines
153 B
JSON
Raw Normal View History

2025-06-13 14:55:38 +08:00
{
"enabled": false,
"apiUrl": "http://127.0.0.1:9003",
"websocketUrl": "ws://127.0.0.1:9003/stomp",
"htmlUrl": "http://127.0.0.1:9003"
}