16 lines
319 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |