21 lines
574 B
JSON
Raw Normal View History

{
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
"IdentityUrl": "http://localhost:5105",
"UseCustomizationData": false,
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
2017-05-30 17:59:57 +02:00
"AzureServiceBusEnabled": false,
"SubscriptionClientName": "Ordering",
"GracePeriodTime": "1",
2017-10-11 16:26:44 +02:00
"CheckUpdateTime": "30000",
"ApplicationInsights": {
"InstrumentationKey": ""
}
}