1234567891011121314151617 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Error",
- "Microsoft": "Error",
- "Microsoft.Hosting.Lifetime": "Error"
- }
- },
- "ConnectionStrings": {
- "MQTTConectionString": "ws://localhost:8384/mqtt"
- },
- "AllowedHosts": "*",
- "BaseUrl": "http://localhost:8384/",
- "ServiceDiscoveryUrl": "u/?apitype=service&an=ShowMeApi&pn=ProcessorsDispatcher&en=Edge.Core.Processor.Dispatcher.DefaultDispatcher",
- "CheckLicenseUrl": "u/?apitype=service&an=CheckLicense&pn=LicensingApp&en=Application.LicensingApp.App",
- "VerifyLicenseUrl": "u/?apitype=service&an=VerifyLicense&pn=LicensingApp&en=Application.LicensingApp.App"
- }
|