Files
SweetChatService/SweetChatService/appsettings.json
2026-06-17 19:56:40 +08:00

16 lines
319 B
JSON

{
"ConnectionStrings": {
"Default": "Server=localhost;Port=3306;Database=sweet_chat;Uid=root;Pwd=estun@medical;Charset=utf8mb4;"
},
"serverOptions": {
"WebSocketServer": {
"name": "WebSocket",
"listeners": [
{
"ip": "Any",
"port": 5050
}
]
}
}
}