leave report
This commit is contained in:
parent
3ae9be5869
commit
8001dd0c11
12 changed files with 678 additions and 244 deletions
12
BMA.EHR.Insignia/appsettings.websocket.example.json
Normal file
12
BMA.EHR.Insignia/appsettings.websocket.example.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"WebSocket": {
|
||||
"Url": "https://bma-ehr.frappet.synology.me",
|
||||
"Path": "/api/v1/org-socket",
|
||||
"DefaultUserId": "4064c2b2-0414-464a-97c6-4a47c325b9a3",
|
||||
"ReconnectionDelay": 1000,
|
||||
"ReconnectionAttempts": 5,
|
||||
"Timeout": 20000,
|
||||
"AutoReconnect": true,
|
||||
"TaskDelayOnError": 5000
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue