20 lines
542 B
JSON
20 lines
542 B
JSON
|
{
|
||
|
"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
|
||
|
}
|