1234567891011121314151617181920 |
- {
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "DefaultConnection": "Data Source=D:\\NewProductionLineMonitorDB.db;"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "MqttOptions": {
- "IpAddress": "127.0.0.1",
- "Port": 1885,
- "ClientId": "HostProductionLineMonitorApp"
- },
- "urls": "http://*:5001;",
- "SafeguardUrl": "http://10.41.33.202:5001"
- }
|