25 lines
582 B
JSON
Raw Normal View History

2017-05-30 15:01:58 +02:00
{
2017-06-08 17:33:55 +02:00
"ConnectionString": "mongodb://nosql.data",
"Database": "LocationsDb",
2017-05-30 15:01:58 +02:00
"IdentityUrl": "http://localhost:5105",
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Trace",
2017-05-30 15:01:58 +02:00
"System": "Information",
"Microsoft": "Information"
}
},
"AzureServiceBusEnabled": false,
2017-10-11 16:26:44 +02:00
"SubscriptionClientName": "Locations",
"ApplicationInsights": {
"InstrumentationKey": ""
2017-10-12 09:25:01 +01:00
},
"EventBusRetryCount": 5,
"UseVault": false,
"Vault": {
"Name": "eshop",
"ClientId": "your-clien-id",
"ClientSecret": "your-client-secret"
}
2017-05-30 15:01:58 +02:00
}