23 lines
433 B
JSON
23 lines
433 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"Default": "Server=host.docker.internal;Port=3306;Database=sweet_chat;Uid=root;Pwd=19940822Cxx@1213;Charset=utf8mb4;"
|
|
},
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://+:5051"
|
|
}
|
|
}
|
|
},
|
|
"serverOptions": {
|
|
"WebSocketServer": {
|
|
"name": "WebSocket",
|
|
"listeners": [
|
|
{
|
|
"ip": "Any",
|
|
"port": 5050
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |