123456789101112131415161718 |
- {
- "AllowedHosts": "*",
- "ConnectionStrings": {
- "DefaultConnection": "Data Source=D:\\NewProductionLineMonitorDB.db;"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "MqttOptions": {
- "IpAddress": "127.0.0.1",
- "Port": 1885,
- "ClientId": "HostProductionLineMonitorWebAPI"
- },
- "urls": "http://*:80;"
- }
|