33 lines
884 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,
2019-02-06 13:03:01 +00:00
"Serilog": {
"SeqServerUrl": null,
2019-03-27 15:58:57 +01:00
"LogstashgUrl": null,
2019-02-06 13:03:01 +00:00
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"Microsoft.eShopOnContainers": "Information",
"System": "Warning"
}
}
},
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": ""
2017-10-12 09:25:01 +01:00
},
"EventBusRetryCount": 5,
"EventBusConnection": "localhost",
"UseVault": false,
"Vault": {
"Name": "eshop",
"ClientId": "your-clien-id",
"ClientSecret": "your-client-secret"
}
}