Y2S2-Syski/syski_api/uk.co.syski.websocket/appsettings.json
2020-06-09 21:02:14 +01:00

17 lines
363 B
JSON

{
"ReverseProxy": true,
"WebSocket": {
"KeepAliveInterval": 120,
"ReceiveBufferSize": 4096
},
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=SyskiAPI;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}