zeroframework/Services/DeviceCenter/ZeroFramework.DeviceCenter.BackgroundTasks/appsettings.Development.json

20 lines
542 B
JSON
Raw Normal View History

2023-12-05 09:22:48 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=ZeroFramework.DeviceCenter;Trusted_Connection=True",
"MongoConnectionString": "mongodb://localhost:27017"
},
"EventBus": {
"EventBusRetryCount": 3,
"EventBusConnection": "127.0.0.1",
"SubscriptionClientName": "myeventbus",
"EventBusUserName": "",
"EventBusPassword": ""
},
"UseDemoLaunchMode": false
}